pub unsafe extern "C" fn SCIPchgLhsNonlinear(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    lhs: f64
) -> SCIP_RETCODE
Expand description

changes left-hand-side of a nonlinear constraint

@attention This method can only be called in the problem stage.