pub unsafe extern "C" fn SCIPexprGetEvalValue(
expr: *mut SCIP_EXPR,
) -> f64Expand 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.