All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_NlpStatistics Struct Reference Detailed DescriptionStatistics from an NLP solve Definition at line 78 of file struct_nlpi.h.
Field Documentation
number of iterations the NLP solver spend in the last solve command Definition at line 80 of file struct_nlpi.h. Referenced by SCIPnlpStatisticsGetNIterations(), and SCIPnlpStatisticsSetNIterations().
total time in CPU sections the NLP solver spend in the last solve command Definition at line 81 of file struct_nlpi.h. Referenced by SCIPnlpStatisticsGetTotalTime(), and SCIPnlpStatisticsSetTotalTime(). |