SCIPprofileInsertCore

Function SCIPprofileInsertCore 

Source
pub unsafe extern "C" fn SCIPprofileInsertCore(
    profile: *mut SCIP_PROFILE,
    left: c_int,
    right: c_int,
    demand: c_int,
    pos: *mut c_int,
    infeasible: *mut c_uint,
) -> SCIP_RETCODE
Expand description

insert a core into resource profile; if the core is non-empty the resource profile will be updated otherwise nothing happens