All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_NlpiProblem Struct Reference Detailed DescriptionDefinition at line 123 of file nlpi_ipopt.cpp.
Constructor & Destructor Documentation
constructor Definition at line 148 of file nlpi_ipopt.cpp. Field Documentation
Oracle-helper to store and evaluate NLP Definition at line 126 of file nlpi_ipopt.cpp. Referenced by SCIPgetNlpiOracleIpopt().
Ipopt application Definition at line 128 of file nlpi_ipopt.cpp. Referenced by SCIPgetIpoptApplicationPointerIpopt(), and setFeastol().
NLP in Ipopt form Definition at line 129 of file nlpi_ipopt.cpp.
name of options file Definition at line 130 of file nlpi_ipopt.cpp.
whether to store intermediate solutions Definition at line 131 of file nlpi_ipopt.cpp.
whether to stop Ipopt if convergence seems slow Definition at line 132 of file nlpi_ipopt.cpp.
whether the next NLP solve will be the first one (with the current problem structure) Definition at line 134 of file nlpi_ipopt.cpp.
initial values for primal variables, or NULL if not known Definition at line 135 of file nlpi_ipopt.cpp.
solution status from last run Definition at line 137 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
termination status from last run Definition at line 138 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
primal solution values from last run, if available Definition at line 139 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
dual solution values of constraints from last run, if available Definition at line 140 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
dual solution values of variable lower bounds from last run, if available Definition at line 141 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
dual solution values of variable upper bounds from last run, if available Definition at line 142 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
infeasibility (constraint violation) of solution stored in lastsolprimals Definition at line 143 of file nlpi_ipopt.cpp. Referenced by invalidateSolution().
number of iterations in last run Definition at line 144 of file nlpi_ipopt.cpp.
time spend in last run Definition at line 145 of file nlpi_ipopt.cpp. |