pub unsafe extern "C" fn SCIPgetExprActivityNonlinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
sol: *mut SCIP_SOL,
activity: *mut f64,
) -> SCIP_RETCODEExpand description
computes value of constraint expression in a given solution
Stores value of constraint expression in sol in activity. In case of a domain error (function cannot be evaluated in sol), activity is set to SCIP_INVALID.