SCIPlpExactCreate

Function SCIPlpExactCreate 

Source
pub unsafe extern "C" fn SCIPlpExactCreate(
    lpexact: *mut *mut SCIP_LPEXACT,
    blkmem: *mut BMS_BLKMEM,
    fplp: *mut SCIP_LP,
    set: *mut SCIP_SET,
    messagehdlr: *mut SCIP_MESSAGEHDLR,
    stat: *mut SCIP_STAT,
    name: *const c_char,
) -> SCIP_RETCODE
Expand description

creates empty LP data object