Function SCIPgetWeightsKnapsack

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

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