SCIPgetRowExactLinear

Function SCIPgetRowExactLinear 

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

returns the linear relaxation of the given linear constraint; may return NULL if no LP row was yet created; the user must not modify the row!