pub unsafe extern "C" fn Cbc_setRowUpper(
model: *mut Cbc_Model,
index: c_int,
value: f64,
)Expand description
@brief Set the upper bound of a single constraint
@param model problem object @param index row index @param value new row upper bound