Go to the source code of this file.
Classes | |
class | Ipopt::OrigIpoptNLP |
This class maps the traditional NLP into something that is more useful for Ipopt. More... | |
Namespaces | |
namespace | Ipopt |
This file contains a base class for all exceptions and a set of macros to help with exceptions. | |
Enumerations | |
enum | Ipopt::HessianApproximationType { Ipopt::EXACT = 0 , Ipopt::LIMITED_MEMORY } |
enumeration for the Hessian information type. More... | |
enum | Ipopt::HessianApproximationSpace { Ipopt::NONLINEAR_VARS = 0 , Ipopt::ALL_VARS } |
enumeration for the Hessian approximation space. More... | |