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
When you want to copy all elements from one implicational system to another, the container of the methods do not match.
getSet() returns a SortedSet while addAllElements requires a TreeSet.
One cannot be casted in another.
When you want to copy all elements from one implicational system to another, the container of the methods do not match.
getSet() returns a SortedSet while addAllElements requires a TreeSet.
One cannot be casted in another.