Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_zeroobj.c68 #define DEFAULT_MINIMPROVE 0.01 /* factor by which zeroobj should at least improve the incu… macro
605 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurZeroobj()
H A Dheur_mutation.c61 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which Mutation should at least improve … macro
602 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_rins.c64 #define DEFAULT_MINIMPROVE 0.01 /* factor by which RINS should at least improve the incumbe… macro
630 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c65 #define DEFAULT_MINIMPROVE 0.01 /* factor by which localbranching should at least improve t… macro
651 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_ofins.c66 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which OFINS should at least improve the incu… macro
671 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurOfins()
H A Dheur_rens.c70 #define DEFAULT_MINIMPROVE 0.01 /* factor by which RENS should at least improve the incumbe… macro
873 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_mpec.c69 #define DEFAULT_MINIMPROVE 0.01 /**< default factor by which heuristic should at least… macro
769 &heurdata->minimprove, FALSE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurMpec()
H A Dheur_dins.c66 #define DEFAULT_MINIMPROVE 0.01 /* factor by which DINS should at least improve the incumbe… macro
964 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c64 #define DEFAULT_MINIMPROVE 0.01 /* factor by which Crossover should at least improve t… macro
1101 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_clique.c81 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which clique heuristic should at least … macro
1097 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurClique()
H A Dheur_locks.c66 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which locks heuristic should at least i… macro
1120 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLocks()
H A Dheur_proximity.c74 #define DEFAULT_MINIMPROVE 0.02 /**< factor by which proximity should at least improve the… macro
1083 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurProximity()
H A Dheur_completesol.c77 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which the incumbent should be improved at le… macro
1276 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurCompletesol()
H A Dheur_vbounds.c87 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which vbounds heuristic should at least impr… macro
1397 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurVbounds()
H A Dheur_gins.c84 #define DEFAULT_MINIMPROVE 0.01 /**< factor by which Gins should at least improve the … macro
2666 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurGins()
H A Dheur_undercover.c104 #define DEFAULT_MINIMPROVE 0.0 /**< factor by which heuristic should at least improve… macro
3477 &heurdata->minimprove, TRUE, DEFAULT_MINIMPROVE, -1.0, 1.0, NULL, NULL) ); in SCIPincludeHeurUndercover()