Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheuristics.h96 …SCIP_Bool copycuts, /**< should cuts be copied (only if uselprows == FALSE) …
H A Dheur_mutation.c90 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
226 heurdata->uselprows, heurdata->copycuts, &success, NULL) ); in setupAndSolveSubscipMutation()
610 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c137 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
346 heurdata->copycuts, &success, NULL) ); in setupAndSolveSubscipTrustregion()
622 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c98 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
226 heurdata->uselprows, heurdata->copycuts, &success, NULL) ); in wrapperRins()
646 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_feaspump.c119 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
130 …SCIP_Bool copycuts, /**< should all active cuts from cutpool of scip copied … in setupProbingSCIP() argument
152 if( copycuts ) in setupProbingSCIP()
850 SCIP_CALL( setupProbingSCIP(scip, &probingscip, &varmapfw, heurdata->copycuts, &valid) ); in SCIP_DECL_HEUREXEC()
1271 SCIP_CALL( setupProbingSCIP(scip, &probingscip, &varmapfw, heurdata->copycuts, &success) ); in SCIP_DECL_HEUREXEC()
1455 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurFeaspump()
H A Dheur_localbranching.c109 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
356 heurdata->copycuts, &success, NULL) ); in setupAndSolveSubscipLocalbranching()
659 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_rens.c117 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
387 heurdata->copycuts, &success, NULL) ); in setupAndSolveSubscip()
893 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c109 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
484 heurdata->uselprows, heurdata->copycuts, &success, NULL) ); in wrapperDins()
983 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dsepa_rapidlearning.c113 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
217 if( sepadata->copycuts ) in setupAndSolveSubscipRapidlearning()
1038 &sepadata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeSepaRapidlearning()
H A Dheur_crossover.c122 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
610 heurdata->uselprows, heurdata->copycuts, &success, NULL) ); in setupAndSolveSubscipCrossover()
1121 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_clique.c112 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
866 if( heurdata->copycuts ) in SCIP_DECL_HEUREXEC()
1105 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurClique()
H A Dheur_locks.c96 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
892 if( heurdata->copycuts ) in SCIP_DECL_HEUREXEC()
1124 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurLocks()
H A Dheur_ofins.c83 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
655 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurOfins()
H A Dheur_lpface.c115 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
777 if( heurdata->copycuts ) in setupSubscipLpface()
1370 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurLpface()
H A Dheur_vbounds.c134 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
757 if( heurdata->copycuts ) in setupAndSolveSubscip()
1405 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurVbounds()
H A Dheuristics.c926 …SCIP_Bool copycuts, /**< should cuts be copied (only if uselprows == FALSE) … in SCIPcopyLargeNeighborhoodSearch() argument
964 if( copycuts ) in SCIPcopyLargeNeighborhoodSearch()
H A Dheur_gins.c188 …SCIP_Bool copycuts; /**< if uselprows == FALSE, should all active cuts from … member
2521 heurdata->uselprows, heurdata->copycuts, &success, NULL) ); in SCIP_DECL_HEUREXEC()
2674 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurGins()
H A Dheur_undercover.c180 …SCIP_Bool copycuts; /**< should all active cuts from cutpool be copied to co… member
2191 if( heurdata->copycuts ) in solveSubproblem()
3540 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurUndercover()
H A Dheur_alns.c442 … SCIP_Bool copycuts; /**< should cutting planes be copied to the sub-SCIP? */ member
2492 …ip, varmapf, probnamesuffix, varbuf, valbuf, nfixings, FALSE, heurdata->copycuts, &success, NULL) … in SCIP_DECL_HEUREXEC()
4035 &heurdata->copycuts, TRUE, DEFAULT_COPYCUTS, NULL, NULL) ); in SCIPincludeHeurAlns()