Skip to content

Commit

Permalink
using log:explains and creating owe directory (output with explanation)
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Sep 2, 2024
1 parent ef6f933 commit 673b80a
Show file tree
Hide file tree
Showing 41 changed files with 236,998 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ See [examples and cases](https://github.com/eyereasoner/lingua/tree/main/cases)
Usage: lingua <options>* <data>*
<options>
--genid <genid> use <genid> in Skolem IRIs
--explain explain the reasoning steps
--genid <genid> use <genid> in Skolem IRIs
--help, -h show help info
--output <file> write reasoner output to <file>
--version, -v show version info
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.4
2 changes: 1 addition & 1 deletion cases/ackermann.trig
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ GRAPH _:bng_14 {
(3 14) :ackermann var:A7.
(4 0) :ackermann var:A8.
(4 1) :ackermann var:A9.
(4 2) :ackermann var:A10.
#(4 2) :ackermann var:A10.
}
2 changes: 1 addition & 1 deletion cases/edt.trig
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ GRAPH _:bng_3 {
_:bng_4 log:query _:bng_4.

GRAPH _:bng_4 {
edt:i100000 a edt:N100000.
edt:i100000 a edt:N5000.
}
1 change: 0 additions & 1 deletion cases/output/ackermann.trig

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cases/output/edt.trig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PREFIX edt: <http://eulersharp.sourceforge.net/2009/12dtb/test#>

edt:i100000 a edt:N100000.
edt:i100000 a edt:N5000.
2 changes: 1 addition & 1 deletion cases/output/pi.trig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PREFIX : <https://eyereasoner.github.io/lingua/cases/pi.trig#>

(50000 3.141592653589793) :pi true.
(5000 3.1415926535917924) :pi true.
Loading

0 comments on commit 673b80a

Please sign in to comment.