-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #84: Disable unsafe simplification.
* When shifting disjunctive rules, we cannot simply use an existing (root) atom as shortcut because this could change the program's SCCs, which have already been computed at this point. * Of course, instead of dropping the simplification, we could instead just re-compute SCCs but this would require some larger changes and it's not clear whether there's any benefit.
- Loading branch information
1 parent
1b26646
commit 7caf854
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters