Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_multistart.c77 #define GRADCOSTFAC_NONLINEAR 3.0 /**< gradient cost factor for the number of nodes in n… macro
850 + GRADCOSTFAC_NONLINEAR * getExprtreeSize(SCIPnlrowGetExprtree(nlrows[i])); in applyHeur()