Home
last modified time | relevance | path

Searched refs:GRB_CB_MIP_OBJBND (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/solvers/
H A Dgurobi_callback.cc281 MO_SET_OR_RET(s->set_dual_bound, c.get_double(GRB_CB_MIP_OBJBND));
/dports/math/py-mip/mip-1.13.0/mip/
H A Dgurobi.py300 GRB_CB_MIP_OBJBND = 3001 variable
584 st = GRBcbget(p_cbdata, where, GRB_CB_MIP_OBJBND, res)
/dports/math/py-or-tools/or-tools-9.2/ortools/gurobi/
H A Denvironment.h339 #define GRB_CB_MIP_OBJBND 3001 macro
/dports/math/minizinc/libminizinc-2.5.5/solvers/MIP/
H A DMIP_gurobi_wrap.cpp683 gw->dll_GRBcbget(cbdata, where, GRB_CB_MIP_OBJBND, &info->pOutput->bestBound); in solcallback()