Scippy

SCIP

Solving Constraint Integer Programs

SCIP_NlpStatistics Struct Reference

Detailed Description

Statistics from an NLP solve

Definition at line 78 of file struct_nlpi.h.

#include <struct_nlpi.h>

Data Fields

int niterations
 
SCIP_Real totaltime
 

Field Documentation

◆ niterations

int SCIP_NlpStatistics::niterations

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().

◆ totaltime

SCIP_Real SCIP_NlpStatistics::totaltime

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().