You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECOS does not seem to handle infinite values in inequality bounds, which happen for instance when disabling an inequality while working on a problem (e.g. in box inequalities lb <= x <= ub). Right now the solver fails at first iteration if we put an infinite float (numpy.inf) in the inequality vector.
ECOS does not seem to handle infinite values in inequality bounds, which happen for instance when disabling an inequality while working on a problem (e.g. in box inequalities
lb <= x <= ub
). Right now the solver fails at first iteration if we put an infinite float (numpy.inf
) in the inequality vector.Reproduction steps
Here is an example:
It produces the following output:
See also
This example was produced from a small 2D quadratic program with box inequalities qpsolvers/qpsolvers#160:
The text was updated successfully, but these errors were encountered: