Home
last modified time | relevance | path

Searched refs:GRADCOSTFAC_LINEAR (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c75 #define GRADCOSTFAC_LINEAR 1.0 /**< gradient cost factor for the number of linear var… macro
848 nlrowgradcosts[i] = GRADCOSTFAC_LINEAR * SCIPnlrowGetNLinearVars(nlrows[i]) in applyHeur()