SCIPlpAddCol

Function SCIPlpAddCol 

Source
pub unsafe extern "C" fn SCIPlpAddCol(
    lp: *mut SCIP_LP,
    set: *mut SCIP_SET,
    col: *mut SCIP_COL,
    depth: c_int,
) -> SCIP_RETCODE
Expand description

adds a column to the LP and captures the variable