Home
last modified time | relevance | path

Searched refs:DEFAULT_USELPROWS (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_mutation.c66 #define DEFAULT_USELPROWS FALSE /**< should subproblem be created out of the rows in t… macro
606 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c96 #define DEFAULT_USELPROWS FALSE /**< should subproblem be created out of the rows in the LP… macro
618 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c69 #define DEFAULT_USELPROWS FALSE /* should subproblem be created out of the rows in the LP r… macro
642 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c70 #define DEFAULT_USELPROWS FALSE /* should subproblem be created out of the rows in the LP r… macro
655 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_rens.c77 #define DEFAULT_USELPROWS FALSE /* should subproblem be created out of the rows in the LP r… macro
889 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c73 #define DEFAULT_USELPROWS FALSE /* should subproblem be created out of the rows in the LP r… macro
979 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c74 #define DEFAULT_USELPROWS FALSE /* should subproblem be created out of the rows in the… macro
1117 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_proximity.c82 #define DEFAULT_USELPROWS FALSE /**< should subproblem be constructed based on LP row info… macro
1047 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurProximity()
H A Dheur_lpface.c73 #define DEFAULT_USELPROWS TRUE /**< should subproblem be created out of the rows in t… macro
1358 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurLpface()
H A Dheur_gins.c89 #define DEFAULT_USELPROWS FALSE /**< should subproblem be created out of the rows in t… macro
2670 &heurdata->uselprows, TRUE, DEFAULT_USELPROWS, NULL, NULL) ); in SCIPincludeHeurGins()