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
The reason is that we take the intersection of lines without caring for the direction of the normal vector.
This has serious consequences because the emptiness check relies on it.
The text was updated successfully, but these errors were encountered:
vertices_list
does not work correctly if the constraints are infeasible.The result should be an empty list, but it is not.
The reason is that we take the intersection of lines without caring for the direction of the normal vector.
This has serious consequences because the emptiness check relies on it.
The text was updated successfully, but these errors were encountered: