WARMSTARTINFO Struct Reference
Detailed Description
A struct holding information to speed up the solving time for solving a problem again. This is filled by the FSB scoring routine that is run to get the best candidates. It is then read by the actual ALAB routine.
Definition at line 174 of file branch_lookahead.c.
Data Fields | |
SCIP_LPISTATE * | lpistate |
SCIP_LPINORMS * | lpinorms |
SCIP_Bool | primalfeas |
SCIP_Bool | dualfeas |
Field Documentation
◆ lpistate
SCIP_LPISTATE* WARMSTARTINFO::lpistate |
the basis information that may be set before another solve lp call
Definition at line 176 of file branch_lookahead.c.
Referenced by warmStartInfoCreate().
◆ lpinorms
SCIP_LPINORMS* WARMSTARTINFO::lpinorms |
the norms that may be set before another solve lp call
Definition at line 177 of file branch_lookahead.c.
◆ primalfeas
SCIP_Bool WARMSTARTINFO::primalfeas |
indicates whether the solution was primal feasible
Definition at line 178 of file branch_lookahead.c.
◆ dualfeas
SCIP_Bool WARMSTARTINFO::dualfeas |
indicates whether the solution was dual feasible
Definition at line 179 of file branch_lookahead.c.