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

@brief Set the lower bound of a single variable

@param model problem object @param index variable index @param value variable lower bound