SCIPexprGetEvalValue

Function SCIPexprGetEvalValue 

Source
pub unsafe extern "C" fn SCIPexprGetEvalValue(
    expr: *mut SCIP_EXPR,
) -> f64
Expand description

gives the value from the last evaluation of an expression (or SCIP_INVALID if there was an eval error)

@see SCIPevalExpr to evaluate the expression at a given solution.