type definitions for problem statistics
Definition in file type_stat.h.
Go to the source code of this file.
Typedefs | |
typedef enum SCIP_Status | SCIP_STATUS |
typedef struct SCIP_Stat | SCIP_STAT |
Enumerations | |
enum | SCIP_Status { SCIP_STATUS_UNKNOWN = 0, SCIP_STATUS_USERINTERRUPT = 1, SCIP_STATUS_NODELIMIT = 2, SCIP_STATUS_TOTALNODELIMIT = 3, SCIP_STATUS_STALLNODELIMIT = 4, SCIP_STATUS_TIMELIMIT = 5, SCIP_STATUS_MEMLIMIT = 6, SCIP_STATUS_GAPLIMIT = 7, SCIP_STATUS_SOLLIMIT = 8, SCIP_STATUS_BESTSOLLIMIT = 9, SCIP_STATUS_RESTARTLIMIT = 10, SCIP_STATUS_OPTIMAL = 11, SCIP_STATUS_INFEASIBLE = 12, SCIP_STATUS_UNBOUNDED = 13, SCIP_STATUS_INFORUNBD = 14 } |
typedef enum SCIP_Status SCIP_STATUS |
Definition at line 57 of file type_stat.h.
problem and runtime specific statistics
Definition at line 59 of file type_stat.h.
enum SCIP_Status |
SCIP solving status
Definition at line 31 of file type_stat.h.