Function SCIPgetVarsKnapsack

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

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