Home
last modified time | relevance | path

Searched refs:SCIPgetTransObjoffset (Results 1 – 9 of 9) sorted by relevance

/dports/math/SCIP/scip-7.0.3/examples/Eventhdlr/src/
H A Devent_boundwriting.c240 submipdb = SCIPgetDualbound(subscip) * SCIPgetTransObjscale(scip) + SCIPgetTransObjoffset(scip); in writeBoundsFocusNode()
395 … submipdb = SCIPgetDualbound(subscip) * SCIPgetTransObjscale(scip) + SCIPgetTransObjoffset(scip); in writeBounds()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_prob.h571 SCIP_Real SCIPgetTransObjoffset(
H A Dprop_genvbounds.c173 (SCIPgetCutoffbound(scip) + SCIPgetTransObjoffset(scip)) * SCIPgetTransObjscale(scip), in getCutoffboundGenVBound()
174 SCIPgetCutoffbound(scip), SCIPgetTransObjoffset(scip), SCIPgetTransObjscale(scip)); in getCutoffboundGenVBound()
182 return (SCIPgetCutoffbound(scip) + SCIPgetTransObjoffset(scip)) * SCIPgetTransObjscale(scip); in getCutoffboundGenVBound()
420 … (SCIPgetSolTransObj(scip, debugsol) + SCIPgetTransObjoffset(scip)) * SCIPgetTransObjscale(scip); in checkDebugSolutionGenVBound()
2276 genvbound->constant -= (coefcutoffbound * SCIPgetTransObjoffset(scip)); in SCIPgenVBoundAdd()
H A Dbenderscut_opt.c479 assert(SCIPgetTransObjoffset(subproblem) == 0.0); in computeStandardNLPOptimalityCut()
H A Dscip_prob.c1365 SCIP_Real SCIPgetTransObjoffset( in SCIPgetTransObjoffset() function
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd616 SCIP_Real SCIPgetTransObjoffset(SCIP* scip)
H A Dscip.pyx1303 return SCIPgetTransObjoffset(self._scip)
H A Dscip.c84089 …__pyx_t_2 = PyFloat_FromDouble(SCIPgetTransObjoffset(__pyx_v_self->_scip)); if (unlikely(!__pyx_t_…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5628 - SCIPgetTransObjscale() and SCIPgetTransObjoffset() in scip.c