SCIPlpCreate

Function SCIPlpCreate 

Source
pub unsafe extern "C" fn SCIPlpCreate(
    lp: *mut *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