SCIPconshdlrGetUpdateConss

Function SCIPconshdlrGetUpdateConss 

Source
pub unsafe extern "C" fn SCIPconshdlrGetUpdateConss(
    conshdlr: *mut SCIP_CONSHDLR,
) -> *mut *mut SCIP_CONS
Expand description

gets array with delayed update constraints

@attention Usually, there should be no need to access this array. Use this only if you are absolutely sure what you are doing.