LICENSE.txt
MANIFEST.in
README.rst
pytest.ini
setup.py
docs/images/bounded_solvers_example.png
docs/images/fixed_point_solvers_example.png
docs/images/general_solvers_example.png
flexsolve/__init__.py
flexsolve/bounded_solvers.py
flexsolve/iterative_solvers.py
flexsolve/open_solvers.py
flexsolve/problem.py
flexsolve/problem_list.py
flexsolve/profiler.py
flexsolve/utils.py
flexsolve.egg-info/PKG-INFO
flexsolve.egg-info/SOURCES.txt
flexsolve.egg-info/dependency_links.txt
flexsolve.egg-info/requires.txt
flexsolve.egg-info/top_level.txt
tests/test_bounded_solvers.py
tests/test_fixedpoint_array_solvers.py
tests/test_scalar_solvers.py
tests/test_with_plots.py