reduced_costs_parameters Struct Reference
Detailed Description
parameters
Definition at line 42 of file redcosts.h.
#include <redcosts.h>
Data Fields | |
SCIP_Real | cutoff |
int | nLevels |
int | nCloseTerms |
int | nnodes |
int | nedges |
int | redCostRoot |
Field Documentation
◆ cutoff
SCIP_Real reduced_costs_parameters::cutoff |
FOR FIRST LEVEL: reduced cost cutoff value or -1.0 if not used
Definition at line 44 of file redcosts.h.
Referenced by daRedcostsInit(), initFromParams(), initRedcostdata(), redcosts_init(), termcompReduceWithParams(), and testEdgeDeletedByMultiRedCosts().
◆ nLevels
int reduced_costs_parameters::nLevels |
number of of levels
Definition at line 45 of file redcosts.h.
Referenced by daRedcostsInit(), and initFromParams().
◆ nCloseTerms
int reduced_costs_parameters::nCloseTerms |
number of close terminals: 1, 2, or 3
Definition at line 46 of file redcosts.h.
Referenced by initFromParams().
◆ nnodes
int reduced_costs_parameters::nnodes |
◆ nedges
int reduced_costs_parameters::nedges |
◆ redCostRoot
int reduced_costs_parameters::redCostRoot |
FOR FIRST LEVEL: graph root for reduced cost calculation
Definition at line 49 of file redcosts.h.
Referenced by initFromParams().