CHANGELOG.md
LICENSE.md
MANIFEST.in
README.md
clean.sh
requirements.txt
setup.py
./optmod/coptmod/evaluator.c
./optmod/coptmod/node.c
OPTMOD.egg-info/PKG-INFO
OPTMOD.egg-info/SOURCES.txt
OPTMOD.egg-info/dependency_links.txt
OPTMOD.egg-info/not-zip-safe
OPTMOD.egg-info/requires.txt
OPTMOD.egg-info/top_level.txt
examples/acopf.py
examples/clnlbeam.py
examples/evaluators.py
examples/milp.py
examples/nlp.py
examples/nr.py
examples/rosenbrock.py
optmod/__init__.py
optmod/constant.py
optmod/constraint.py
optmod/expression.py
optmod/function.py
optmod/problem.py
optmod/utils.py
optmod/variable.py
optmod/coptmod/__init__.py
optmod/coptmod/coptmod.pyx
optmod/coptmod/evaluator.c
optmod/coptmod/evaluator.h
optmod/coptmod/evaluator.pxd
optmod/coptmod/evaluator.pyx
optmod/coptmod/node.c
optmod/coptmod/node.h
optmod/coptmod/node.pxd
optmod/coptmod/uthash.h
tests/__init__.py
tests/test_add.py
tests/test_constants.py
tests/test_constraints.py
tests/test_coptmod.py
tests/test_cos.py
tests/test_expressions.py
tests/test_functions.py
tests/test_multiply.py
tests/test_negate.py
tests/test_problems.py
tests/test_sin.py
tests/test_subtract.py
tests/test_utils.py
tests/test_variable_dicts.py
tests/test_variable_matrices.py
tests/test_variable_scalars.py