Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_adaptivediving.c56 #define DEFAULT_BESTSOLWEIGHT 10.0 /**< weight of incumbent solutions compared to other s… macro
640 &heurdata->bestsolweight, FALSE, DEFAULT_BESTSOLWEIGHT, 0.0, SCIP_REAL_MAX, NULL, NULL) ); in SCIPincludeHeurAdaptivediving()
H A Dheur_alns.c105 #define DEFAULT_BESTSOLWEIGHT 1 macro
1147 stats->nrunsbestsol += DEFAULT_BESTSOLWEIGHT; in updateNeighborhoodStats()