SCIPconsGetRhsExact

Function SCIPconsGetRhsExact 

Source
pub unsafe extern "C" fn SCIPconsGetRhsExact(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    success: *mut c_uint,
) -> *mut SCIP_RATIONAL
Expand description

returns exact the right-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