Skip to content

Commit

Permalink
improving create contrapositive rule for blogic
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jun 11, 2023
1 parent f3151ed commit c245ce1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
EYE release

v4.0.7 (2023-06-11) improving create contrapositive rule for blogic
v4.0.6 (2023-06-11) fixing unlabeled blank node issue for blogic
v4.0.5 (2023-06-08) fixing contrapositive rules for blogic
v4.0.4 (2023-06-04) fixing log:rawType for true and false
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.6
4.0.7
8 changes: 6 additions & 2 deletions 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 v4.0.6 (2023-06-11)').
version_info('EYE v4.0.7 (2023-06-11)').

license_info('MIT License

Expand Down Expand Up @@ -758,7 +758,11 @@
\+member('<http://www.w3.org/2000/10/swap/log#onNegativeSurface>'(_, _), B),
\+member('<http://www.w3.org/2000/10/swap/log#negativeTriple>'(_, _), B),
\+member(exopred(_, _, _), B),
select(R, B, J),
( length(B, O),
O =< 2
-> select(R, B, J)
; B = [R|J]
),
conj_list(T, J),
findvars(R, N, beta),
findall(A,
Expand Down
Binary file modified eye.zip
Binary file not shown.

0 comments on commit c245ce1

Please sign in to comment.