SCIPaggrRowAddCustomCons

Function SCIPaggrRowAddCustomCons 

Source
pub unsafe extern "C" fn SCIPaggrRowAddCustomCons(
    scip: *mut SCIP,
    aggrrow: *mut SCIP_AGGRROW,
    inds: *mut c_int,
    vals: *mut f64,
    len: c_int,
    rhs: f64,
    weight: f64,
    rank: c_int,
    local: c_uint,
) -> SCIP_RETCODE
Expand description

add weighted constraint to the aggregation row