presolve_info Struct Reference
Detailed Description
Definition at line 274 of file graphdefs.h.
#include <graphdefs.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 276 of file graphdefs.h.
Referenced by graph_load(), graph_transGstpClean(), graph_transNw2pc(), graph_transNw2sap(), graph_transPc2Spg(), graph_transRpc2FixedProper(), and SCIPprobdataCreate().
◆ upper
SCIP_Real presolve_info::upper |
Definition at line 277 of file graphdefs.h.
Referenced by graph_load().
◆ lower
SCIP_Real presolve_info::lower |
Definition at line 278 of file graphdefs.h.
Referenced by graph_load().
◆ time
int presolve_info::time |
Definition at line 279 of file graphdefs.h.
Referenced by graph_load().