Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/tests/src/cons/or/
H A Ddisable_upgrades.c90 SCIP_CALL( SCIPchgVarUbGlobal(scip, SCIPgetVars(scip)[3], 0.0) );
91 SCIP_CALL( SCIPchgVarUbGlobal(scip, SCIPgetVars(scip)[4], 0.0) );
92 SCIP_CALL( SCIPchgVarUbGlobal(scip, SCIPgetVars(scip)[2], 0.0) );
93 SCIP_CALL( SCIPchgVarUbGlobal(scip, SCIPgetVars(scip)[1], 0.0) );
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_subnlp.c466 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, SCIPvarGetUbGlobal(var)) ); in SCIP_DECL_EVENTEXEC()
1851 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, fixval) ); in SCIPapplyHeurSubNlp()
1940 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, SCIPvarGetUbGlobal(var)) ); in SCIPapplyHeurSubNlp()
2037 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, fixval) ); in SCIPresolveSolHeurSubNlp()
2098 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, SCIPvarGetUbGlobal(var)) ); in SCIPresolveSolHeurSubNlp()
H A Dheur_dualval.c1298 … SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, tmpvar, SCIPinfinity(heurdata->subscip)) ); in createSubSCIP()
1364 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, var, SCIPinfinity(heurdata->subscip)) ); in createSubSCIP()
1432 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, var, SCIPinfinity(heurdata->subscip)) ); in createSubSCIP()
1623 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, fixval) ); in fixDiscreteVars()
1714 SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, SCIPvarGetUbGlobal(var)) ); in freeMemory()
2379 …SCIP_CALL( SCIPchgVarUbGlobal(heurdata->subscip, subvar, SCIPvarGetUbGlobal(heurdata->integervars[… in SCIPapplyHeurDualval()
H A Dheur_zeroobj.c322 SCIP_CALL( SCIPchgVarUbGlobal(subscip, subvars[i], adjustedbound) ); in setupAndSolveSubscip()
H A Dheur_rens.c295 SCIP_CALL( SCIPchgVarUbGlobal(subscip, subvars[i], ub) ); in restrictToBinaryBounds()
H A Dheur_dins.c352 SCIP_CALL( SCIPchgVarUbGlobal(subscip, subvars[i], ub) ); in reboundIntegerVariables()
H A Dheur_proximity.c867 SCIP_CALL( SCIPchgVarUbGlobal(subscip, subvars[i], adjustedbound) ); in SCIPapplyProximity()
H A Dscip_var.h1833 SCIP_RETCODE SCIPchgVarUbGlobal(
H A Dheur_alns.c2741 SCIP_CALL( SCIPchgVarUbGlobal(targetscip, subvars[i], newub) ); in DECL_CHANGESUBSCIP()
3466 SCIP_CALL( SCIPchgVarUbGlobal(targetscip, subvars[v], ub) ); in DECL_CHANGESUBSCIP()
H A Ddialog_default.c502 SCIP_CALL( SCIPchgVarUbGlobal(scip, var, bound) ); in SCIP_DECL_DIALOGEXEC()
H A Dscip_var.c5023 SCIP_RETCODE SCIPchgVarUbGlobal( in SCIPchgVarUbGlobal() function
/dports/math/minizinc/libminizinc-2.5.5/solvers/MIP/
H A DMIP_scip_wrap.cpp86 load_symbol(SCIPchgVarUbGlobal); in load()
482 auto res = _plugin->SCIPchgVarUbGlobal(_scip, _scipVars[iVar], ub); in setVarUB()
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_scip_wrap.hh94 SCIP_RETCODE(__stdcall* SCIPchgVarUbGlobal)(SCIP* scip, SCIP_VAR* var, SCIP_Real newbound);
/dports/math/SCIP/scip-7.0.3/examples/Eventhdlr/src/
H A Devent_boundwriting.c156 SCIP_CALL( SCIPchgVarUbGlobal(subscip, subscipvar, bounds[v]) ); in applyDomainChanges()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dprop_stp.c141 SCIPchgVarUbGlobal(scip, edgevar, 0.0); in globalfixing()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd688 SCIP_RETCODE SCIPchgVarUbGlobal(SCIP* scip, SCIP_VAR* var, SCIP_Real newbound)
H A Dscip.pyx1597 PY_SCIP_CALL(SCIPchgVarUbGlobal(self._scip, var.scip_var, ub))
H A Dscip.c88134 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_RETCODE(SCIPchgVarUbGlobal(__pyx_v_self->_scip, __pyx_v_var->sci…
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c1504 SCIP_CALL( SCIPchgVarUbGlobal(scip, var, lbs[v]) ); in checkRedundancy()