Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_mutation.c63 #define DEFAULT_MINFIXINGRATE 0.8 /**< minimum percentage of integer variables that have… macro
598 …&heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, SCIPsumepsilon(scip), 1.0-SCIPsumepsilon(s… in SCIPincludeHeurMutation()
H A Dheur_rins.c65 #define DEFAULT_MINFIXINGRATE 0.3 /* minimum percentage of integer variables that have to be … macro
634 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_rens.c69 #define DEFAULT_MINFIXINGRATE 0.5 /* minimum percentage of integer variables that have to be … macro
853 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c69 #define DEFAULT_MINFIXINGRATE 0.3 /* minimum percentage of integer variables that have to be … macro
975 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c66 #define DEFAULT_MINFIXINGRATE 0.666 /* minimum percentage of integer variables that have t… macro
1097 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_locks.c65 #define DEFAULT_MINFIXINGRATE 0.65 /**< minimum percentage of variables that have to be f… macro
1092 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLocks()
H A Dheur_lpface.c69 #define DEFAULT_MINFIXINGRATE 0.1 /**< required percentage of fixed integer variables in… macro
1350 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLpface()
H A Dheur_repair.c71 #define DEFAULT_MINFIXINGRATE 0.3 /* minimum percentage of integer variables that have to be … macro
1348 &heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRepair()
H A Dheur_gins.c86 #define DEFAULT_MINFIXINGRATE 0.66 /**< minimum percentage of integer variables that have… macro
2662 …&heurdata->minfixingrate, FALSE, DEFAULT_MINFIXINGRATE, SCIPsumepsilon(scip), 1.0-SCIPsumepsilon(s… in SCIPincludeHeurGins()