Home
last modified time | relevance | path

Searched refs:DEFAULT_COPYCUTS (Results 1 – 17 of 17) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_mutation.c68 #define DEFAULT_COPYCUTS TRUE /**< if DEFAULT_USELPROWS is FALSE, then should all ac… macro
610 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c98 #define DEFAULT_COPYCUTS TRUE /**< if DEFAULT_USELPROWS is FALSE, then should all active … macro
622 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c71 #define DEFAULT_COPYCUTS TRUE /* if DEFAULT_USELPROWS is FALSE, then should all active cu… macro
646 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c72 #define DEFAULT_COPYCUTS TRUE /* if DEFAULT_USELPROWS is FALSE, then should all active cu… macro
659 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_ofins.c63 #define DEFAULT_COPYCUTS TRUE /**< if DEFAULT_USELPROWS is FALSE, then should all active … macro
655 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurOfins()
H A Dheur_rens.c79 #define DEFAULT_COPYCUTS TRUE /* if DEFAULT_USELPROWS is FALSE, then should all active cu… macro
893 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c75 #define DEFAULT_COPYCUTS TRUE /* if DEFAULT_USELPROWS is FALSE, then should all active cu… macro
983 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dsepa_rapidlearning.c76 #define DEFAULT_COPYCUTS TRUE /**< should all active cuts from the cutpool of the macro
1038 &sepadata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeSepaRapidlearning()
H A Dheur_crossover.c76 #define DEFAULT_COPYCUTS TRUE /* if DEFAULT_USELPROWS is FALSE, then should all acti… macro
1121 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_clique.c88 #define DEFAULT_COPYCUTS TRUE /**< should all active cuts from the cutpool of the macro
1105 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurClique()
H A Dheur_locks.c73 #define DEFAULT_COPYCUTS TRUE /**< should all active cuts from the cutpool of the macro
1124 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurLocks()
H A Dheur_lpface.c75 #define DEFAULT_COPYCUTS TRUE /**< if uselprows == FALSE, should all active cuts fro… macro
1370 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurLpface()
H A Dheur_vbounds.c94 #define DEFAULT_COPYCUTS TRUE /**< should all active cuts from the cutpool of the origina… macro
1405 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurVbounds()
H A Dheur_feaspump.c83 #define DEFAULT_COPYCUTS TRUE /**< should all active cuts from the cutpool of the origina… macro
1455 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurFeaspump()
H A Dheur_gins.c91 #define DEFAULT_COPYCUTS TRUE /**< if DEFAULT_USELPROWS is FALSE, then should all ac… macro
2674 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurGins()
H A Dheur_undercover.c122 #define DEFAULT_COPYCUTS TRUE /**< should all active cuts from the cutpool of the or… macro
3540 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurUndercover()
H A Dheur_alns.c136 #define DEFAULT_COPYCUTS FALSE /**< should cutting planes be copied to the sub-SCIP? */ macro
4035 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurAlns()