Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_zeroobj.c72 #define DEFAULT_NODESQUOT 0.1 /* subproblem nodes in relation to nodes of the original pr… macro
601 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurZeroobj()
H A Dheur_mutation.c64 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the orig… macro
594 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c93 #define DEFAULT_NODESQUOT 0.05 /**< contingent of sub problem nodes in relation to origina… macro
598 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c66 #define DEFAULT_NODESQUOT 0.3 /* subproblem nodes in relation to nodes of the original pr… macro
622 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c67 #define DEFAULT_NODESQUOT 0.05 /* contingent of sub problem nodes in relation to original … macro
631 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_ofins.c70 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the original … macro
667 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurOfins()
H A Dheur_rens.c73 #define DEFAULT_NODESQUOT 0.1 /* subproblem nodes in relation to nodes of the original pr… macro
869 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c67 #define DEFAULT_NODESQUOT 0.05 /* subproblem nodes in relation to nodes of the original pr… macro
949 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c68 #define DEFAULT_NODESQUOT 0.1 /* subproblem nodes in relation to nodes of the origin… macro
1093 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_clique.c85 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the orig… macro
1093 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurClique()
H A Dheur_locks.c70 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the orig… macro
1116 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLocks()
H A Dheur_proximity.c81 #define DEFAULT_NODESQUOT 0.1 /**< default quotient of sub-MIP nodes with respect to num… macro
1087 &heurdata->nodesquot, TRUE, DEFAULT_NODESQUOT, 0.0, SCIPinfinity(scip), NULL, NULL) ); in SCIPincludeHeurProximity()
H A Dheur_completesol.c71 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the original … macro
1260 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurCompletesol()
H A Dheur_lpface.c71 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the orig… macro
1346 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurLpface()
H A Dheur_vbounds.c91 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the original … macro
1393 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurVbounds()
H A Dheur_repair.c76 #define DEFAULT_NODESQUOT 0.1 /* subproblem nodes in relation to nodes of the original pr… macro
1344 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurRepair()
H A Dheur_gins.c87 #define DEFAULT_NODESQUOT 0.15 /**< subproblem nodes in relation to nodes of the orig… macro
2658 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurGins()
H A Dheur_undercover.c105 #define DEFAULT_NODESQUOT 0.1 /**< subproblem nodes in relation to nodes of the orig… macro
3481 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurUndercover()
H A Dheur_alns.c82 #define DEFAULT_NODESQUOT 0.1 macro
3935 &heurdata->nodesquot, FALSE, DEFAULT_NODESQUOT, 0.0, 1.0, NULL, NULL) ); in SCIPincludeHeurAlns()