learn from true by default
This commit is contained in:
parent
ff2acca219
commit
9800753a1b
@ -216,8 +216,8 @@ compile_literals :-
|
|||||||
functor(K, N, A),
|
functor(K, N, A),
|
||||||
statistics(runtime,_),
|
statistics(runtime,_),
|
||||||
format(user_error, '/** grounding ~a/~d.~45+**/~n',[N,A]),
|
format(user_error, '/** grounding ~a/~d.~45+**/~n',[N,A]),
|
||||||
% evidence(K, 1),
|
( evidence(K, 1), % only look at literals with evidence...
|
||||||
( ground_lit(K),
|
% ( ground_lit(K),
|
||||||
%writeln(k:K),
|
%writeln(k:K),
|
||||||
compile_pw(K)
|
compile_pw(K)
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user