SCIPlpExactReset

Function SCIPlpExactReset 

Source
pub unsafe extern "C" fn SCIPlpExactReset(
    lpexact: *mut SCIP_LPEXACT,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    stat: *mut SCIP_STAT,
    eventqueue: *mut SCIP_EVENTQUEUE,
) -> SCIP_RETCODE
Expand description

resets the LP to the empty LP by removing all columns and rows from LP, releasing all rows, and flushing the changes to the LP solver