Home
last modified time | relevance | path

Searched refs:trysol (Results 1 – 12 of 12) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_trysol.c123 if( heurdata->trysol != NULL ) in SCIP_DECL_HEUREXITSOL()
124 SCIP_CALL( SCIPfreeSol(scip, &heurdata->trysol) ); in SCIP_DECL_HEUREXITSOL()
125 assert( heurdata->trysol == NULL ); in SCIP_DECL_HEUREXITSOL()
130 assert( heurdata->trysol == NULL ); in SCIP_DECL_HEUREXITSOL()
158 if( heurdata->addsol == NULL && heurdata->trysol == NULL ) in SCIP_DECL_HEUREXEC()
165 if( heurdata->trysol != NULL ) in SCIP_DECL_HEUREXEC()
169 obj = SCIPgetSolOrigObj(scip, heurdata->trysol); in SCIP_DECL_HEUREXEC()
200 assert( heurdata->trysol == NULL ); in SCIP_DECL_HEUREXEC()
222 heurdata->trysol = NULL; in SCIPincludeHeurTrySol()
267 if( heurdata->trysol != NULL ) in SCIPheurPassSolTrySol()
[all …]
H A Dheur_shiftandpropagate.c2145 SCIP_Bool trysol; in SCIP_DECL_HEUREXEC() local
2180 trysol = TRUE; in SCIP_DECL_HEUREXEC()
2200 trysol = solvelp; in SCIP_DECL_HEUREXEC()
2268 trysol = FALSE; in SCIP_DECL_HEUREXEC()
2277 if( trysol ) in SCIP_DECL_HEUREXEC()
H A Dcons_indicator.c6218 SCIP_SOL* trysol = NULL; in SCIP_DECL_CONSCHECK() local
6238 SCIP_CALL( SCIPcreateSolCopy(scip, &trysol, sol) ); in SCIP_DECL_CONSCHECK()
6239 assert( trysol != NULL ); in SCIP_DECL_CONSCHECK()
6287 if ( trysol != NULL ) in SCIP_DECL_CONSCHECK()
6290 SCIP_CALL( SCIPmakeIndicatorFeasible(scip, conss[c], trysol, &changed) ); in SCIP_DECL_CONSCHECK()
6303 if ( trysol != NULL ) in SCIP_DECL_CONSCHECK()
6306 SCIP_CALL( SCIPmakeIndicatorFeasible(scip, conss[c], trysol, &changed) ); in SCIP_DECL_CONSCHECK()
6390 if ( trysol != NULL && changedSol ) in SCIP_DECL_CONSCHECK()
6393 SCIP_CALL( SCIPheurPassSolTrySol(scip, conshdlrdata->heurtrysol, trysol) ); in SCIP_DECL_CONSCHECK()
6397 if ( trysol != NULL ) in SCIP_DECL_CONSCHECK()
[all …]
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/scripts/
H A Dparse_output.py40 trysol = re.search("Sol:(.*)", line)
47 elif trysol:
48 node["solution"] = eval(trysol.group(1))
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c3233 SCIP_SOL* trysol; in SCIP_DECL_CONSENFOLP() local
3254 trysol = NULL; in SCIP_DECL_CONSENFOLP()
3259 SCIP_CALL( SCIPcreateCurrentSol(scip, &trysol, NULL) ); in SCIP_DECL_CONSENFOLP()
3270 if( solfeasible && violated && trysol != NULL ) in SCIP_DECL_CONSENFOLP()
3278 SCIP_CALL( SCIPprintSol(scip, trysol, file, FALSE) ); in SCIP_DECL_CONSENFOLP()
3286 SCIP_CALL( SCIPfreeSol(scip, &trysol) ); in SCIP_DECL_CONSENFOLP()
3304 SCIP_SOL* trysol; in SCIP_DECL_CONSENFOPS() local
3323 trysol = NULL; in SCIP_DECL_CONSENFOPS()
3328 SCIP_CALL( SCIPcreateCurrentSol(scip, &trysol, NULL) ); in SCIP_DECL_CONSENFOPS()
3337 if( solfeasible && violated && trysol != NULL ) in SCIP_DECL_CONSENFOPS()
[all …]
/dports/math/SCIP/scip-7.0.3/scripts/trainEstimation/testdata/
H A D4_neos-1211578.scip.periodic_report.out677 trysol : 0.01 0.00 0 0 0
H A D8_neos-1440447.scip.periodic_report.out983 trysol : 0.00 0.00 0 0 0
H A D6_neos-1228986.scip.periodic_report.out1308 trysol : 0.02 0.00 0 0 0
H A D3_neos-1200887.scip.periodic_report.out1403 trysol : 0.00 0.00 0 0 0
H A D1_bienst1.scip.periodic_report.out1890 trysol : 0.02 0.00 0 0 0
H A D2_neos-1053591.scip.periodic_report.out1695 trysol : 0.00 0.00 0 0 0
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG2806 - fixed bug in trysol heuristic not saving the best solution in maximization problems
4983 variables and passing the modified solution to the trysol heuristic