LICENSE
README.md
pyproject.toml
src/planteo/__init__.py
src/planteo/_fields.py
src/planteo/canonical.py
src/planteo/dimensions.py
src/planteo/dynamics.py
src/planteo/evaluate.py
src/planteo/expressions.py
src/planteo/problem.py
src/planteo/py.typed
src/planteo/relations.py
src/planteo/spans.py
src/planteo/validate.py
src/planteo.egg-info/PKG-INFO
src/planteo.egg-info/SOURCES.txt
src/planteo.egg-info/dependency_links.txt
src/planteo.egg-info/requires.txt
src/planteo.egg-info/top_level.txt
src/planteo/emit/__init__.py
src/planteo/emit/pyomo.py
src/planteo/emit/scipy.py
tests/test_canonical.py
tests/test_dynamics.py
tests/test_emit_pyomo.py
tests/test_family_optimization.py
tests/test_schema.py
tests/test_types.py
tests/test_validate_closure.py
tests/test_validate_determinacy.py
tests/test_validate_dimensions.py
tests/test_validate_spans.py