pub unsafe extern "C" fn SCIPconsGetLhsExact(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
success: *mut c_uint,
) -> *mut SCIP_RATIONALExpand description
returns the exact left-hand side of an arbitrary SCIP constraint that can be represented as a single linear constraint
@note The success pointer indicates if the individual contraint handler was able to return the involved values