pub unsafe extern "C" fn SCIPprocessRowprepNonlinear(
scip: *mut SCIP,
nlhdlr: *mut SCIP_NLHDLR,
cons: *mut SCIP_CONS,
expr: *mut SCIP_EXPR,
rowprep: *mut SCIP_ROWPREP,
overestimate: c_uint,
auxvar: *mut SCIP_VAR,
auxvalue: f64,
allowweakcuts: c_uint,
branchscoresuccess: c_uint,
inenforcement: c_uint,
sol: *mut SCIP_SOL,
result: *mut SCIP_RESULT,
) -> SCIP_RETCODEExpand description
processes a rowprep for cut addition and maybe report branchscores