Skip to content

Commit

Permalink
Don't abolish tables!
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-eschwartz committed Nov 16, 2022
1 parent 4012c9d commit 46b20f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions share/prolog/oorules/guess.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1668,8 +1668,7 @@

tryNegation(G) :-
loginfoln('Guessing ~Q.', negation_commit(G)),
try_assert(negation_commit(G)),
abolish_all_tables.
try_assert(negation_commit(G)).

tryNOTNegation(G) :-
loginfoln('Guessing ~Q.', negation_fail(G)),
Expand Down

0 comments on commit 46b20f5

Please sign in to comment.