Home
last modified time | relevance | path

Searched refs:SCIPgetSols (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_crossover.c306 sols = SCIPgetSols(scip); in selectSolsRandomized()
375 sols = SCIPgetSols(scip); in fixVariables()
449 sols = SCIPgetSols(scip); in determineVariableFixings()
793 heurdata->prevlastsol = SCIPgetSols(scip)[heurdata->nusedsols-1]; in setupAndSolveSubscipCrossover()
935 sols = SCIPgetSols(scip); in SCIP_DECL_HEUREXEC()
H A Dconcsolver_scip.c497 sols = SCIPgetSols(data->solverscip); in SCIP_DECL_CONCSOLVERCOPYSOLVINGDATA()
613 sols = SCIPgetSols(data->solverscip); in SCIP_DECL_CONCSOLVERSYNCWRITE()
H A Dscip_sol.h1004 SCIP_SOL** SCIPgetSols(
H A Dheur_zeroobj.c476 subsols = SCIPgetSols(subscip); in setupAndSolveSubscip()
H A Dheur_ofins.c351 subsols = SCIPgetSols(subscip); in setupAndSolve()
H A Dheur_rens.c579 subsols = SCIPgetSols(subscip); in setupAndSolveSubscip()
H A Dheur_dins.c232 sols = SCIPgetSols(scip); in determineVariableFixings()
H A Dsepa_rapidlearning.c442 subsols = SCIPgetSols(subscip); in setupAndSolveSubscipRapidlearning()
H A Dheur_subnlp.c1165 …SCIP_CALL( createSolFromSubScipSol(scip, heur, &sol, SCIPgetSols(heurdata->subscip)[i], authorheur… in solveSubNLP()
1193 …SCIP_CALL( createSolFromSubScipSol(scip, heur, &resultsol, SCIPgetSols(heurdata->subscip)[i], auth… in solveSubNLP()
H A Dheur_completesol.c892 subsols = SCIPgetSols(subscip); in setupAndSolve()
H A Dheur_alns.c2946 scipsols = SCIPgetSols(scip); in DECL_VARFIXINGS()
3411 BMScopyMemoryArray(&sols[2], SCIPgetSols(scip), nmipsols); /*lint !e866*/ in DECL_VARFIXINGS()
H A Dheur_padm.c615 sols = SCIPgetSols(subscip); in reuseSolution()
H A Dscip_copy.c1433 subsols = SCIPgetSols(subscip); in SCIPtranslateSubSols()
H A Dheur_nlpdiving.c1388 subsols = SCIPgetSols(subscip); in doSolveSubMIP()
H A Dscip_sol.c2255 SCIP_SOL** SCIPgetSols( in SCIPgetSols() function
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dheur_rec.c204 sols = SCIPgetSols(scip); in selectdiffsols()
367 sols = SCIPgetSols(scip); in selectsols()
494 sols = SCIPgetSols(scip); in buildsolgraph()
1085 SCIP_SOL** sols = SCIPgetSols(scip); in SCIPStpHeurRecRun()
1560 SCIP_SOL** sols = SCIPgetSols(scip); in SCIPStpHeurRecRun()
2038 sols = SCIPgetSols(scip); in SCIP_DECL_HEUREXEC()
2080 sols = SCIPgetSols(scip); in SCIP_DECL_HEUREXEC()
H A Dheur_local.c2100 sols = SCIPgetSols(scip); in SCIP_DECL_HEUREXEC()
/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dheur_redsize.c290 subsols = SCIPgetSols(subscip); in SCIPapplyRedSize()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DCouenneFPscipSolve.cpp588 scipsols = SCIPgetSols(scip); in ScipSolve()
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dpricer_binpacking.c572 sols = SCIPgetSols(subscip); in SCIP_DECL_PRICERREDCOST()
/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A Dreader_gmo.c2368 … SCIP_CALL( SCIPgetSolVals(scip, SCIPgetSols(scip)[i], probdata->nvars, probdata->vars, collev) ); in writeGmoSolution()
2411 … SCIP_CALL( SCIPgetSolVals(scip, SCIPgetSols(scip)[i], probdata->nvars, probdata->vars, collev) ); in writeGmoSolution()
2522 …SCIP_CALL( SCIPgetSolVals(scip, SCIPgetSols(scip)[s], probdata->nvars, probdata->vars, solvals[s])… in writeGmoSolution()
2523 objvals[s] = SCIPgetSolOrigObj(scip, SCIPgetSols(scip)[s]); in writeGmoSolution()
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dscip_interface.cc897 SCIP_SOL** all_solutions = SCIPgetSols(scip_); in NextSolution()
H A Dscip_proto_solver.cc885 SCIP_SOL** const scip_solutions = SCIPgetSols(scip);
/dports/math/SCIP/scip-7.0.3/tests/src/cons/superindicator/
H A Dslack.c664 sols = SCIPgetSols(scip); in SCIPsolveSlack()
/dports/math/py-or-tools/or-tools-9.2/ortools/gscip/
H A Dgscip.cc846 SCIP_SOL** all_solutions = SCIPgetSols(scip_); in Solve()

12