Source code for BB_search_test

"""Tests BB search correctness (:py:mod:`BB_search`)

Compares the objective obtained by the BB search vs. the brute-force
enumerated, true-optimal objective (to the **simplified** problem).
Tests against randomly generated instances (not necessarily unique)
"""
import pytest
import sys
sys.path.append('..')

import varseq as vs
import BB_search as bb