pub unsafe extern "C" fn SCIPgetRowExactLinear(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
) -> *mut SCIP_ROWExpand 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!