-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2178 from XiaowenHu96/eqrel_extend_fix
Fix issue #2176
- Loading branch information
Showing
5 changed files
with
38 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
0 0 | ||
0 1 | ||
0 2 | ||
1 0 | ||
1 1 | ||
1 2 | ||
2 0 | ||
2 1 | ||
2 2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Warning: Variable a only occurs once in file eqrel_tests3.dl at line 26 | ||
b__(b) :- isEqrel(b, a). | ||
---------------------^--- | ||
Warning: Variable g only occurs once in file eqrel_tests3.dl at line 28 | ||
c__(a, c) :- a__(e, g), a__(a, e), b__(e), b__(c). | ||
--------------------^------------------------------ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
0 0 | ||
0 1 | ||
0 2 | ||
1 0 | ||
1 1 | ||
1 0 | ||
1 2 | ||
2 0 | ||
0 1 | ||
0 0 | ||
0 2 | ||
2 1 | ||
2 0 | ||
2 2 |