pub unsafe extern "C" fn SCIPgetConsVals(
scip: *mut SCIP,
cons: *mut SCIP_CONS,
vals: *mut f64,
varssize: c_int,
success: *mut c_uint,
) -> SCIP_RETCODEExpand description
returns the value array of an arbitrary SCIP constraint that can be represented as a single linear constraint
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.
@note The success pointer indicates if the individual contraint handler was able to return the involved values