Function osqp_sys::osqp_update_upper_bound[][src]

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

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