LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
docs/Makefile
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
pycollo/__init__.py
pycollo/backend.py
pycollo/bounds.py
pycollo/compiled.py
pycollo/expression_graph.py
pycollo/guess.py
pycollo/iteration.py
pycollo/mesh.py
pycollo/mesh_refinement.py
pycollo/nlp.py
pycollo/node.py
pycollo/numbafy.py
pycollo/numbafy_hessian.py
pycollo/operations.py
pycollo/optimal_control_problem.py
pycollo/phase.py
pycollo/quadrature.py
pycollo/scaling.py
pycollo/settings.py
pycollo/sparse.py
pycollo/sparsity.py
pycollo/typing.py
pycollo/utils.py
pycollo/version.py
pycollo.egg-info/PKG-INFO
pycollo.egg-info/SOURCES.txt
pycollo.egg-info/dependency_links.txt
pycollo.egg-info/requires.txt
pycollo.egg-info/top_level.txt
pycollo/solution/__init__.py
pycollo/solution/casadi_solution.py
pycollo/solution/hsad_solution.py
pycollo/solution/pycollo_solution.py
pycollo/solution/solution_abc.py
pycollo/solution/sympy_solution.py
pycollo/vis/__init__.py
pycollo/vis/plot.py
tests/__init__.py
tests/conftest.py
tests/requirements.txt
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_brachistochrone.py
tests/integration/test_free_flying_robot.py
tests/integration/test_hypersensitive_problem.py
tests/integration/test_rocket_1d.py
tests/integration/test_space_shuttle_reentry_trajectory.py
tests/integration/test_space_station_attitute_control.py
tests/integration/test_tumour_anti_angiogenesis.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/iteration_scaling_test_data_brachistochrone.py
tests/unit/iteration_scaling_test_data_double_pendulum.py
tests/unit/test_backend_casadi.py
tests/unit/test_backend_hsad.py
tests/unit/test_backend_pycollo.py
tests/unit/test_backend_sympy.py
tests/unit/test_bounds.py
tests/unit/test_initialisation.py
tests/unit/test_iteration.py
tests/unit/test_iteration_scaling.py
tests/unit/test_optimal_control_problem.py
tests/unit/test_phase.py
tests/unit/test_quadrature.py
tests/unit/test_scaling.py
tests/unit/test_settings.py
tests/unit/test_user_bounds.py
tests/unit/test_user_guess.py
tests/unit/test_utils.py