.gitignore
LICENSE
README.rst
THANKS.rst
condarc.yml
environment.yml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
docs/source/conf.py
docs/source/index.rst
docs/source/interactive_milp_problem.rst
docs/source/solver_dictionaries.rst
docs/themes/sage/layout.html
docs/themes/sage/search.html
docs/themes/sage/thebe.html
docs/themes/sage/theme.conf
docs/themes/sage/static/README
docs/themes/sage/static/favicon.ico
docs/themes/sage/static/mathjax_sage.js_t
docs/themes/sage/static/sage.css_t
docs/themes/sage/static/sageicon.png
docs/themes/sage/static/sagelogo.png
docs/themes/sage/static/thebe_status_field.css
docs/themes/sage/static/thebe_status_field.js
sage_numerical_interactive_mip/__init__.py
sage_numerical_interactive_mip/clean_dictionary.py
sage_numerical_interactive_mip/interactive_milp_problem.py
sage_numerical_interactive_mip.egg-info/PKG-INFO
sage_numerical_interactive_mip.egg-info/SOURCES.txt
sage_numerical_interactive_mip.egg-info/dependency_links.txt
sage_numerical_interactive_mip.egg-info/top_level.txt
sage_numerical_interactive_mip/backends/__init__.py
sage_numerical_interactive_mip/backends/abstract_backend_dictionary.py
sage_numerical_interactive_mip/backends/coin_backend_dictionary.py
sage_numerical_interactive_mip/backends/glpk_backend_dictionary.py