Skip to content

Commit

Permalink
fixing euler abstract machine for rdfreasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 24, 2023
1 parent 5c9b4c8 commit 7d2d364
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
EYE release

v8.6.20 (2023-11-24) fixing euler abstract machine for rdfreasoning
v8.6.19 (2023-11-24) using explicit rule:vars in rdfreasoning
v8.6.18 (2023-11-23) using log:negativeTriple as backward chaining hint
v8.6.17 (2023-11-22) expressing blogic in RDF and running with rdfreasoning
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.6.19
8.6.20
3 changes: 2 additions & 1 deletion eye.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
:- use_module(library(pcre)).
:- catch(use_module(library(http/http_open)), _, true).

version_info('EYE v8.6.19 (2023-11-24)').
version_info('EYE v8.6.20 (2023-11-24)').

license_info('MIT License

Expand Down Expand Up @@ -5133,6 +5133,7 @@
; true
),
\+atom(Conc),
\+is_list(Conc),
( flag('rule-histogram'),
copy_term_nat(Rule, RuleL)
-> lookup(RTP, tp, RuleL),
Expand Down
Binary file modified eye.zip
Binary file not shown.

0 comments on commit 7d2d364

Please sign in to comment.