[][src]Function osqp_sys::osqp_update_bounds

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

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