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