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 node placement isn't working in a particular edge case.
If the initial set of formulas contains a contradiction, it's valid to close the tree right away, without appending any additional nodes. Likewise, you can close it with "O" if all formulas are already literals.
Currently if you do this, the closing node gets positioned behind the root node, instead of underneath it.
The text was updated successfully, but these errors were encountered:
The node placement isn't working in a particular edge case.
If the initial set of formulas contains a contradiction, it's valid to close the tree right away, without appending any additional nodes. Likewise, you can close it with "O" if all formulas are already literals.
Currently if you do this, the closing node gets positioned behind the root node, instead of underneath it.
The text was updated successfully, but these errors were encountered: