Function osqp_sys::osqp_update_lower_bound[][src]

pub unsafe extern "C" fn osqp_update_lower_bound(
    work: *mut OSQPWorkspace,
    l_new: *const osqp_float
) -> osqp_int

Update lower bound in the problem constraints @param work Workspace @param l_new New lower bound @return Exitflag: 1 if new lower bound is not <= than upper bound