SCIPconsCreateRow

Function SCIPconsCreateRow 

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

creates and returns the row of an arbitrary SCIP constraint that can be represented as a single linear constraint