Home
last modified time | relevance | path

Searched refs:fixedvals (Results 1 – 13 of 13) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_mutation.c107 …SCIP_Real* fixedvals, /**< array to store the fixing values to fix variables i… in determineVariableFixings() argument
124 assert(fixedvals != NULL); in determineVariableFixings()
178 fixedvals[i] = solval; in determineVariableFixings()
191 …SCIP_Real* fixedvals, /**< array to store the fixing values to fix variables i… in setupAndSolveSubscipMutation() argument
211 assert(fixedvals != NULL); in setupAndSolveSubscipMutation()
225 …PcopyLargeNeighborhoodSearch(scip, subscip, varmapfw, "mutation", fixedvars, fixedvals, nfixedvars, in setupAndSolveSubscipMutation()
446 SCIP_Real* fixedvals; /* array to store fixing values for the variables */ in SCIP_DECL_HEUREXEC() local
515 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, nbinvars + nintvars) ); in SCIP_DECL_HEUREXEC()
518 …SCIP_CALL( determineVariableFixings(scip, fixedvars, fixedvals, &nfixedvars, heurdata->minfixingra… in SCIP_DECL_HEUREXEC()
533 …retcode = setupAndSolveSubscipMutation(scip, subscip, heur, fixedvars, fixedvals, nfixedvars, nsub… in SCIP_DECL_HEUREXEC()
[all …]
H A Dheur_rins.c120 …SCIP_Real* fixedvals, /**< array to store fixing values for variables that sho… in determineFixings() argument
137 assert(fixedvals != NULL); in determineFixings()
164 fixedvals[fixingcounter] = solval; in determineFixings()
204 …SCIP_Real* fixedvals, /**< Fixed values of original SCIP … in wrapperRins() argument
225 …SCIP_CALL( SCIPcopyLargeNeighborhoodSearch(scip, subscip, varmapfw, "rins", fixedvars, fixedvals, … in wrapperRins()
469 SCIP_Real* fixedvals; in SCIP_DECL_HEUREXEC() local
541 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, nbinvars + nintvars) ); in SCIP_DECL_HEUREXEC()
547 …SCIP_CALL( determineFixings(scip, fixedvars, fixedvals, &nfixedvars, nbinvars + nintvars, heurdata… in SCIP_DECL_HEUREXEC()
567 …retcode = wrapperRins(scip, subscip, heur, heurdata, vars, fixedvars, fixedvals, result, nvars, nf… in SCIP_DECL_HEUREXEC()
574 SCIPfreeBufferArray(scip, &fixedvals); in SCIP_DECL_HEUREXEC()
H A Dheur_crossover.c356 …SCIP_Real* fixedvals, /**< array to store solution values for variable fixing … in fixVariables() argument
378 assert(fixedvals != NULL); in fixVariables()
414 fixedvals[(*nfixedvars)] = solval; in fixVariables()
434 …SCIP_Real* fixedvals, /**< array to store solution values for variable fixing … in determineVariableFixings() argument
506 …SCIP_CALL( fixVariables(scip, fixedvars, fixedvals, nfixedvars, fixedvarssize, selection, heurdata… in determineVariableFixings()
582 …SCIP_Real* fixedvals, /**< array to store the fixing values to fix variables i… in setupAndSolveSubscipCrossover() argument
609 …copyLargeNeighborhoodSearch(scip, subscip, varmapfw, "crossover", fixedvars, fixedvals, nfixedvars, in setupAndSolveSubscipCrossover()
912 SCIP_Real* fixedvals; in SCIP_DECL_HEUREXEC() local
999 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, nbinvars + nintvars) ); in SCIP_DECL_HEUREXEC()
1026 fixedvars, fixedvals, nstallnodes, result, selection, nvars, nfixedvars, nusedsols); in SCIP_DECL_HEUREXEC()
[all …]
H A Dheur_dins.c203 …SCIP_Real* fixedvals, /**< array to store fixing values for fixed variables … in determineVariableFixings() argument
222 assert(fixedvals != NULL); in determineVariableFixings()
293 fixedvals[nfixedvars] = mipsolval; in determineVariableFixings()
315 fixedvals[(nfixedvars)] = lb; in determineVariableFixings()
454 …SCIP_Real* fixedvals, /**< Fixed values of original SCIP … in wrapperDins() argument
483 …SCIP_CALL( SCIPcopyLargeNeighborhoodSearch(scip, subscip, varmapfw, "dins", fixedvars, fixedvals, … in wrapperDins()
795 SCIP_Real* fixedvals; in SCIP_DECL_HEUREXEC() local
882 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, nbinvars + nintvars) ); in SCIP_DECL_HEUREXEC()
886 …SCIP_CALL( determineVariableFixings(scip, heur, heurdata, vars, fixedvars, fixedvals, nbinvars, ni… in SCIP_DECL_HEUREXEC()
902 …retcode = wrapperDins(scip, subscip, heur, heurdata, vars, fixedvars, fixedvals, result, nvars, nb… in SCIP_DECL_HEUREXEC()
[all …]
H A Dheur_rens.c139 …SCIP_Real* fixedvals, /**< array to store solution values for variable fixing … in computeFixingrate() argument
154 assert(fixedvals != NULL); in computeFixingrate()
226 fixedvals[(*nfixedvars)] = solval; in computeFixingrate()
347 SCIP_Real* fixedvals, /**< array of fixing values */ in setupAndSolveSubscip() argument
386 …SCIP_CALL( SCIPcopyLargeNeighborhoodSearch(scip, subscip, varmapfw, "rens", fixedvars, fixedvals, … in setupAndSolveSubscip()
629 SCIP_Real* fixedvals; in SCIPapplyRens() local
657 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, fixedvarssize) ); in SCIPapplyRens()
661 …SCIP_CALL( computeFixingrate(scip, fixedvars, fixedvals, &nfixedvars, fixedvarssize, minfixingrate… in SCIPapplyRens()
680 …retcode = setupAndSolveSubscip(scip, subscip, result, heur, fixedvars, fixedvals, nfixedvars, intf… in SCIPapplyRens()
688 SCIPfreeBufferArray(scip, &fixedvals); in SCIPapplyRens()
H A Dscip_copy.h392 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o…
438 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o…
1053 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o…
1183 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o…
H A Dheur_ofins.c144 SCIP_Real* fixedvals; in setupAndSolve() local
183 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, nvars) ); in setupAndSolve()
192 fixedvals[nfixedvars] = SCIPgetSolVal(scip, sol, vars[i]); in setupAndSolve()
198 …opyLargeNeighborhoodSearch(scip, subscip, varmapfw, "ofins", fixedvars, fixedvals, nfixedvars, FAL… in setupAndSolve()
202 SCIPfreeBufferArrayNull(scip, &fixedvals); in setupAndSolve()
H A Dscip_copy.c940 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o… in copyVars() argument
963 assert(nfixedvars == 0 || fixedvals != NULL); in copyVars()
1048 SCIP_CALL( SCIPfixVar(targetscip, targetvar, fixedvals[i], &infeasible, &fixed) ); in copyVars()
1172 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o… in SCIPcopyVars() argument
1229 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o… in SCIPcopyOrigVars() argument
2834 SCIP_Real* fixedvals = NULL; in SCIPcopy() local
2848 …SCIP_CALL( doCopy(sourcescip, targetscip, varmap, consmap, suffix, fixedvars, fixedvals, nfixedvar… in SCIPcopy()
2942 …SCIP_CALL( doCopy(sourcescip, targetscip, varmap, consmap, suffix, fixedvars, fixedvals, nfixedvar… in SCIPcopyConsCompression()
3008 SCIP_Real* fixedvals = NULL; in SCIPcopyOrig() local
3022 …SCIP_CALL( doCopy(sourcescip, targetscip, varmap, consmap, suffix, fixedvars, fixedvals, nfixedvar… in SCIPcopyOrig()
[all …]
H A Dheuristics.h93 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o…
H A Dheur_gins.c1151 …SCIP_Real* fixedvals, /**< buffer to store fixing values for fixed variables */ in fixNonNeighborhoodVariables() argument
1182 fixedvals[*nfixings] = fixval; in fixNonNeighborhoodVariables()
1833 …SCIP_Real* fixedvals, /**< buffer to store fixing values for fixed variables */ in determineVariableFixingsDecomp() argument
1917 fixedvals[*nfixings] = fixval; in determineVariableFixingsDecomp()
1961 …SCIP_Real* fixedvals, /**< buffer to store fixing values for fixed variables */ in determineVariableFixings() argument
1981 assert(fixedvals != NULL); in determineVariableFixings()
2081 …onNeighborhoodVariables(scip, heurdata, rollinghorizon, sol, vars, fixedvars, fixedvals, distances, in determineVariableFixings()
2413 SCIP_Real* fixedvals; in SCIP_DECL_HEUREXEC() local
2475 SCIP_CALL( SCIPallocBufferArray(scip, &fixedvals, nvars) ); in SCIP_DECL_HEUREXEC()
2520 … SCIPcopyLargeNeighborhoodSearch(scip, subscip, varmapfw, "gins", fixedvars, fixedvals, nfixedvars, in SCIP_DECL_HEUREXEC()
[all …]
H A Dheuristics.c923 …SCIP_Real* fixedvals, /**< array of fixing values for target SCIP variables, o… in SCIPcopyLargeNeighborhoodSearch() argument
951 …SCIP_CALL( SCIPcopyVars(sourcescip, subscip, varmap, NULL, fixedvars, fixedvals, nfixedvars, TRUE)… in SCIPcopyLargeNeighborhoodSearch()
961 …CIPcopyConsCompression(sourcescip, subscip, varmap, NULL, suffix, fixedvars, fixedvals, nfixedvars, in SCIPcopyLargeNeighborhoodSearch()
H A Dheur_undercover.c2121 SCIP_Real* fixedvals, /**< fixing values for the variables in the cover */ in solveSubproblem() argument
2147 assert(fixedvals != NULL); in solveSubproblem()
2188 …copyConsCompression(scip, subscip, varmap, NULL, "undercoversub", fixedvars, fixedvals, nfixedvars, in solveSubproblem()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG1881 - added parameters `fixedvars`, `fixedvals`, `nfixedvars` to SCIPcopyVars()
1882 - added parameters `fixedvars`, `fixedvals`, `nfixedvars` to SCIPcopyOrigVars()