SCIPgetVarsLinear

Function SCIPgetVarsLinear 

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

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