Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_zeroobj.c71 #define DEFAULT_NODESOFS 100LL /* number of nodes added to the contingent of the total nod… macro
589 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurZeroobj()
H A Dheur_mutation.c59 #define DEFAULT_NODESOFS 500 /**< number of nodes added to the contingent of the to… macro
578 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c90 #define DEFAULT_NODESOFS 1000 /**< number of nodes added to the contingent of the total n… macro
590 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c61 #define DEFAULT_NODESOFS 500 /* number of nodes added to the contingent of the total nod… macro
610 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c63 #define DEFAULT_NODESOFS 1000 /* number of nodes added to the contingent of the total nod… macro
623 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_ofins.c69 #define DEFAULT_NODESOFS 500LL /**< number of nodes added to the contingent of the total n… macro
663 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurOfins()
H A Dheur_rens.c72 #define DEFAULT_NODESOFS 500LL /* number of nodes added to the contingent of the total nod… macro
861 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c63 #define DEFAULT_NODESOFS 5000LL /* number of nodes added to the contingent of the total nod… macro
946 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c67 #define DEFAULT_NODESOFS 500LL /* number of nodes added to the contingent of the tota… macro
1073 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_clique.c84 #define DEFAULT_NODESOFS 500LL /**< number of nodes added to the contingent of the to… macro
1085 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurClique()
H A Dheur_locks.c69 #define DEFAULT_NODESOFS 500LL /**< number of nodes added to the contingent of the to… macro
1108 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurLocks()
H A Dheur_proximity.c79 #define DEFAULT_NODESOFS 50LL /**< number of nodes added to the contingent of the total … macro
1063 &heurdata->nodesofs, TRUE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurProximity()
H A Dheur_completesol.c70 #define DEFAULT_NODESOFS 500LL /**< number of nodes added to the contingent of the total n… macro
1256 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurCompletesol()
H A Dheur_lpface.c70 #define DEFAULT_NODESOFS 200LL /**< number of nodes added to the contingent of the to… macro
1334 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurLpface()
H A Dheur_vbounds.c90 #define DEFAULT_NODESOFS 500LL /**< number of nodes added to the contingent of the total n… macro
1385 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurVbounds()
H A Dheur_repair.c73 #define DEFAULT_NODESOFS 500 /* number of nodes added to the contingent of the total nod… macro
1332 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurRepair()
H A Dheur_gins.c82 #define DEFAULT_NODESOFS 500 /**< number of nodes added to the contingent of the to… macro
2642 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurGins()
H A Dheur_undercover.c95 #define DEFAULT_NODESOFS (SCIP_Longint)500/**< number of nodes added to the contingent of th… macro
3448 &heurdata->nodesofs, FALSE, DEFAULT_NODESOFS, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurUndercover()