LICENSE
MANIFEST.in
README.rst
requirements.txt
run-mpitests.py
setup.cfg
setup.py
test_requirements.txt
examples/bin_packing.py
examples/lipschitz_1d.py
examples/range_reduction_script.py
examples/rosenbrock_2d.py
src/pybnb/__about__.py
src/pybnb/__init__.py
src/pybnb/common.py
src/pybnb/convergence_checker.py
src/pybnb/dispatcher.py
src/pybnb/dispatcher_proxy.py
src/pybnb/misc.py
src/pybnb/mpi_utils.py
src/pybnb/node.py
src/pybnb/priority_queue.py
src/pybnb/problem.py
src/pybnb/pyomo_tools.py
src/pybnb/solver.py
src/pybnb.egg-info/PKG-INFO
src/pybnb.egg-info/SOURCES.txt
src/pybnb.egg-info/dependency_links.txt
src/pybnb.egg-info/requires.txt
src/pybnb.egg-info/top_level.txt
src/tests/__init__.py
src/tests/test_common.py
src/tests/test_convergence_checker.py
src/tests/test_dispatcher.py
src/tests/test_examples.py
src/tests/test_misc.py
src/tests/test_node.py
src/tests/test_package.py
src/tests/test_priority_queue.py
src/tests/test_problem.py
src/tests/test_pyomo_tools.py
src/tests/test_simple_problems.py
src/tests/test_solver.py
src/tests/example_baselines/bin_packing.yaml
src/tests/example_baselines/lipschitz_1d.yaml
src/tests/example_baselines/range_reduction_script.yaml
src/tests/example_baselines/rosenbrock_2d.yaml
src/tests/mpi/__init__.py
src/tests/mpi/common.py
src/tests/mpi/test_heaps.py
src/tests/mpi/test_misc.py
src/tests/problems/__init__.py
src/tests/problems/infeasible_max.py
src/tests/problems/infeasible_min.py
src/tests/problems/root_infeasible_max.py
src/tests/problems/root_infeasible_min.py
src/tests/problems/unbounded_max.py
src/tests/problems/unbounded_min.py
src/tests/problems/zero_objective_max.py
src/tests/problems/zero_objective_min.py