Detailed Description
reduced cost reduction parameters
Definition at line 145 of file reducedefs.h.
#include <reducedefs.h>
Field Documentation
◆ damode
int reduce_costs_reduction_parameters::damode |
mode
Definition at line 147 of file reducedefs.h.
Referenced by daGetMaxDeviation(), daGetNruns(), redLoopInnerMw(), redLoopInnerPc(), redLoopInnerStp(), reduce_boundHopDa(), reduce_da(), reduce_dc(), reduce_hc(), reduce_nw(), reduce_redLoopMw(), reduce_redLoopPc(), reduce_redLoopStp(), and reduce_sap().
◆ extredMode
enum EXTRED_MODE reduce_costs_reduction_parameters::extredMode |
mode of extended reductions
Definition at line 148 of file reducedefs.h.
Referenced by daRedcostsInit(), and reduce_da().
◆ useRec
SCIP_Bool reduce_costs_reduction_parameters::useRec |
use recombination heuristic?
Definition at line 149 of file reducedefs.h.
Referenced by reduce_da(), and reduce_daPcMw().
◆ useSlackPrune
SCIP_Bool reduce_costs_reduction_parameters::useSlackPrune |
◆ nodereplacing
SCIP_Bool reduce_costs_reduction_parameters::nodereplacing |
should node replacement (by edges) be performed?
Definition at line 151 of file reducedefs.h.
Referenced by reduce_da().
◆ pcmw_solbasedda
SCIP_Bool reduce_costs_reduction_parameters::pcmw_solbasedda |
rerun Da based on best primal solution
Definition at line 153 of file reducedefs.h.
Referenced by redLoopInnerPc(), and reduce_daPcMw().
◆ pcmw_useMultRoots
SCIP_Bool reduce_costs_reduction_parameters::pcmw_useMultRoots |
vary root for DA? (if possible)
Definition at line 154 of file reducedefs.h.
Referenced by reduce_daPcMw().
◆ pcmw_markroots
SCIP_Bool reduce_costs_reduction_parameters::pcmw_markroots |
should terminals proven to be part of an opt. sol. be marked as such?
Definition at line 155 of file reducedefs.h.
Referenced by reduce_daPcMw().
◆ pcmw_fastDa
SCIP_Bool reduce_costs_reduction_parameters::pcmw_fastDa |
run dual ascent heuristic in fast mode?
Definition at line 156 of file reducedefs.h.
Referenced by redLoopInnerPc(), and reduce_daPcMw().