Home
last modified time | relevance | path

Searched defs:VarPrio (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c470 struct VarPrio struct
472 SCIP* scip; /**< SCIP data structure */
473 SCIP_Real* randscores; /**< random scores for prioritization */
474 …* distances; /**< breadth-first distances from already fixed variables */
475 … redcostscores; /**< reduced cost scores for fixing a variable to a reference value */
476 … pscostscores; /**< pseudocost scores for fixing a variable to a reference value */
477 … useredcost:1; /**< should reduced cost scores be used for variable prioritization? */
478 …edistances:1; /**< should distances from fixed variables be used for variable prioritization */
479 … usepscost:1; /**< should pseudo cost scores be used for variable prioritization? */