pub unsafe extern "C" fn SCIPlpAddCol( lp: *mut SCIP_LP, set: *mut SCIP_SET, col: *mut SCIP_COL, depth: c_int, ) -> SCIP_RETCODE
adds a column to the LP and captures the variable