# InteriorPoint ## Options table ```{include} ../_temp/options_tables/InteriorPoint_options_table.md ``` ## Source code The source code is available **[here](https://github.com/LSDOlab/modopt/blob/main/modopt/core/optimization_algorithms/interior_point_dense.py)**. ## API ```{eval-rst} .. autoclass:: modopt.InteriorPoint :noindex: :members: check_first_derivatives, solve, print_results ```