pub unsafe extern "C" fn SCIPlpExactGetObjval(
lpexact: *mut SCIP_LPEXACT,
set: *mut SCIP_SET,
res: *mut SCIP_RATIONAL,
)Expand description
gets objective value of current LP
@note This method returns the objective value of the current LP solution, which might be primal or dual infeasible if a limit was hit during solving. It must not be used as a dual bound if the LP solution status is SCIP_LPSOLSTAT_ITERLIMIT or SCIP_LPSOLSTAT_TIMELIMIT.