Function SCIPincrementCurBoundsTagNonlinear

Source
pub unsafe extern "C" fn SCIPincrementCurBoundsTagNonlinear(
    conshdlr: *mut SCIP_CONSHDLR,
    boundrelax: c_uint,
)
Expand description

increments curboundstag and resets lastboundrelax in constraint handler data

@attention This method is not intended for normal use. These tags are maintained by the event handler for variable bound change events. This method is used by some unittests.