presolve_info Struct Reference
Detailed Description
#include <grph.h>
Data Fields | |
SCIP_Real | fixed |
SCIP_Real | upper |
SCIP_Real | lower |
int | time |
Field Documentation
◆ fixed
SCIP_Real presolve_info::fixed |
Definition at line 135 of file grph.h.
Referenced by graph_load(), and SCIPprobdataCreate().
◆ upper
SCIP_Real presolve_info::upper |
Definition at line 136 of file grph.h.
Referenced by graph_load().
◆ lower
SCIP_Real presolve_info::lower |
Definition at line 137 of file grph.h.
Referenced by graph_load().
◆ time
int presolve_info::time |
Definition at line 138 of file grph.h.
Referenced by graph_load().