fix operator issues

This commit is contained in:
Vitor Santos Costa 2013-11-08 00:13:04 +00:00
parent cbba7e93df
commit 7e0bf7fbe8
2 changed files with 3 additions and 5 deletions

View File

@ -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]).

View File

@ -12,6 +12,8 @@
:- use_module(library('clpbn/dists'),
[get_dist/4]).
:- use_module(library(atts)).
:- attribute node/0.
clpbn2graph(Vs) :-