SCIPlpAddRow

Function SCIPlpAddRow 

Source
pub unsafe extern "C" fn SCIPlpAddRow(
    lp: *mut SCIP_LP,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    eventqueue: *mut SCIP_EVENTQUEUE,
    eventfilter: *mut SCIP_EVENTFILTER,
    row: *mut SCIP_ROW,
    depth: c_int,
) -> SCIP_RETCODE
Expand description

adds a row to the LP and captures it