Function SCIPgetRowprepRowCons

Source
pub unsafe extern "C" fn SCIPgetRowprepRowCons(
    scip: *mut SCIP,
    row: *mut *mut SCIP_ROW,
    rowprep: *mut SCIP_ROWPREP,
    cons: *mut SCIP_CONS,
) -> SCIP_RETCODE
Expand description

generates a SCIP_ROW from a rowprep, setting its origin to given constraint