SCIPlpGetObjval

Function SCIPlpGetObjval 

Source
pub unsafe extern "C" fn SCIPlpGetObjval(
    lp: *mut SCIP_LP,
    set: *mut SCIP_SET,
    prob: *mut SCIP_PROB,
) -> f64
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.