LICENSE.md
MANIFEST.in
README.md
pyproject.toml
examples/__init__.py
examples/binary_relaxation_search.py
examples/continuous_relaxation_search.py
examples/iis_diagnostic.py
examples/linear_regression.py
ficomo/__init__.py
ficomo/__main__.py
ficomo/constants.py
ficomo/core.py
ficomo/diagnostics.py
ficomo/environ.py
ficomo/expr.py
ficomo/fn.py
ficomo/mappings.py
ficomo/mixin.py
ficomo/operators.py
ficomo/remote.py
ficomo/rpn.py
ficomo/utils.py
ficomo.egg-info/PKG-INFO
ficomo.egg-info/SOURCES.txt
ficomo.egg-info/dependency_links.txt
ficomo.egg-info/entry_points.txt
ficomo.egg-info/requires.txt
ficomo.egg-info/top_level.txt
ficomo/cli/__init__.py
ficomo/cli/remote.py
ficomo/cli/solve.py
tests/test_constants.py
tests/test_core.py
tests/test_diagnostics.py
tests/test_examples.py
tests/test_expr.py
tests/test_fn.py
tests/test_remote.py
tests/test_rpn.py
tests/test_utils.py