SCIPchgExprNonlinear

Function SCIPchgExprNonlinear 

Source
pub unsafe extern "C" fn SCIPchgExprNonlinear(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    expr: *mut SCIP_EXPR,
) -> SCIP_RETCODE
Expand description

changes expression of a nonlinear constraint

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