Function scip_sys::SCIPchgLhsNonlinear
source · pub unsafe extern "C" fn SCIPchgLhsNonlinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
lhs: f64
) -> SCIP_RETCODEExpand description
changes left-hand-side of a nonlinear constraint
@attention This method can only be called in the problem stage.