SCIPgetValsLinear

Function SCIPgetValsLinear 

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

gets the array of coefficient values in the linear constraint; the user must not modify this array!