Function SCIPfreeExprQuadratic

Source
pub unsafe extern "C" fn SCIPfreeExprQuadratic(
    scip: *mut SCIP,
    expr: *mut SCIP_EXPR,
)
Expand description

frees information on quadratic representation of an expression

Before doing changes to an expression, it can be useful to call this function.