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 name isfeasible can be bit misleading. isfeasible actually means that an inconsistency has not been found yet. But is does not mean that a solution necessarily exist.
By checking isfeasible, you are actually checking "is not yet proven to be inconsistent"
The text was updated successfully, but these errors were encountered:
The name
isfeasible
can be bit misleading. isfeasible actually means that an inconsistency has not been found yet. But is does not mean that a solution necessarily exist.By checking isfeasible, you are actually checking "is not yet proven to be inconsistent"
The text was updated successfully, but these errors were encountered: