pub unsafe extern "C" fn SCIPlpExactUpdateAddVar(
lpexact: *mut SCIP_LPEXACT,
set: *mut SCIP_SET,
var: *mut SCIP_VAR,
) -> SCIP_RETCODEExpand description
informs LP, that given variable was added to the problem
pub unsafe extern "C" fn SCIPlpExactUpdateAddVar(
lpexact: *mut SCIP_LPEXACT,
set: *mut SCIP_SET,
var: *mut SCIP_VAR,
) -> SCIP_RETCODEinforms LP, that given variable was added to the problem