LICENSE
README.md
pyproject.toml
boundml/__init__.py
boundml.egg-info/PKG-INFO
boundml.egg-info/SOURCES.txt
boundml.egg-info/dependency_links.txt
boundml.egg-info/requires.txt
boundml.egg-info/top_level.txt
boundml/components/__init__.py
boundml/components/branching_components.py
boundml/components/components.py
boundml/components/conditional_component.py
boundml/components/ecole_component.py
boundml/components/gnn_component.py
boundml/core/__init__.py
boundml/core/branchrule.py
boundml/core/utils.py
boundml/evaluation/__init__.py
boundml/evaluation/evaluation_tools.py
boundml/evaluation/solver_evaluation_results.py
boundml/instances/__init__.py
boundml/instances/ecole_instances.py
boundml/instances/instances.py
boundml/ml/__init__.py
boundml/ml/branching_dataset_generator.py
boundml/ml/model.py
boundml/solvers/__init__.py
boundml/solvers/modular_solver.py
boundml/solvers/solvers.py
test/test.py