Home
last modified time | relevance | path

Searched refs:SCIPgetOrigObjoffset (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_prob.h531 SCIP_Real SCIPgetOrigObjoffset(
H A Dscip_copy.c589 SCIP_CALL( SCIPaddOrigObjoffset(targetscip, SCIPgetOrigObjoffset(sourcescip)) ); in SCIPcopyOrigProb()
1274 || !SCIPsetIsEQ(targetscip->set, 0.0, SCIPgetOrigObjoffset(sourcescip)) ) in SCIPmergeVariableStatistics()
H A Dsolve.c2868 …jval(transprob, origprob, set, SCIPnodeGetLowerbound(focusnode)) + SCIPgetOrigObjoffset(set->scip), in applyBounding()
2869 …al, SCIPprobExternObjval(transprob, origprob, set, pseudoobjval) + SCIPgetOrigObjoffset(set->scip), in applyBounding()
2870 …probExternObjval(transprob, origprob, set, primal->cutoffbound) + SCIPgetOrigObjoffset(set->scip)); in applyBounding()
H A Dscip_prob.c1317 SCIP_Real SCIPgetOrigObjoffset( in SCIPgetOrigObjoffset() function
/dports/math/py-or-tools/or-tools-9.2/ortools/gscip/
H A Dgscip.cc560 double old_offset = SCIPgetOrigObjoffset(scip_); in SetObjectiveOffset()
570 double GScip::ObjectiveOffset() { return SCIPgetOrigObjoffset(scip_); } in ObjectiveOffset()
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dscip_interface.cc655 scip_, solver_->Objective().offset() - SCIPgetOrigObjoffset(scip_))); in ExtractObjective()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd615 SCIP_Real SCIPgetOrigObjoffset(SCIP* scip)
H A Dscip.pyx1301 return SCIPgetOrigObjoffset(self._scip)
H A Dscip.c84065 …__pyx_t_2 = PyFloat_FromDouble(SCIPgetOrigObjoffset(__pyx_v_self->_scip)); if (unlikely(!__pyx_t_2…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5630 - SCIPgetOrigObjoffset() in scip.h; returns the objective offset of the original problem