fix operator issues
This commit is contained in:
parent
cbba7e93df
commit
7e0bf7fbe8
@ -11,11 +11,7 @@
|
||||
put_evidence/2
|
||||
]).
|
||||
|
||||
:- use_module(library(clpbn),
|
||||
[{}/1,
|
||||
clpbn_flag/3,
|
||||
set_clpbn_flag/2
|
||||
]).
|
||||
:- use_module(library(clpbn)).
|
||||
|
||||
:- use_module(library('clpbn/dists'),
|
||||
[get_dist/4]).
|
||||
|
@ -12,6 +12,8 @@
|
||||
:- use_module(library('clpbn/dists'),
|
||||
[get_dist/4]).
|
||||
|
||||
:- use_module(library(atts)).
|
||||
|
||||
:- attribute node/0.
|
||||
|
||||
clpbn2graph(Vs) :-
|
||||
|
Reference in New Issue
Block a user