Cbc_setRowLower

Function Cbc_setRowLower 

Source
pub unsafe extern "C" fn Cbc_setRowLower(
    model: *mut Cbc_Model,
    index: c_int,
    value: f64,
)
Expand description

@brief Set the lower bound of a single constraint

@param model problem object @param index row index @param value new row lower bound