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
What happens here is that the software is looking for a start system to solve $(1,\ldots,1)=0$. For this system, the start system will have zero solutions and therefore it tries to iterate over an empty collection. We should add a security check that catches these exceptions.
Found this while working on jump-dev/PolyJuMP.jl#80
The bug can be reduced to the following
The text was updated successfully, but these errors were encountered: