pub unsafe extern "C" fn SCIPgetVarsLinear( scip: *mut SCIP, cons: *mut SCIP_CONS, ) -> *mut *mut SCIP_VAR
gets the array of variables in the linear constraint; the user must not modify this array!