Allow calling set_horus_flag/2 without loading clpbn_horus
This commit is contained in:
parent
96f4e7ea1b
commit
91dbd60ad4
@ -32,6 +32,9 @@
|
|||||||
:- reexport(library(clpbn/aggregates),
|
:- reexport(library(clpbn/aggregates),
|
||||||
[avg_factors/5]).
|
[avg_factors/5]).
|
||||||
|
|
||||||
|
:- reexport('clpbn/horus',
|
||||||
|
[set_horus_flag/2]).
|
||||||
|
|
||||||
:- ( % if clp(bn) has done loading, we're top-level
|
:- ( % if clp(bn) has done loading, we're top-level
|
||||||
predicate_property(set_pfl_flag(_,_), imported_from(clpbn))
|
predicate_property(set_pfl_flag(_,_), imported_from(clpbn))
|
||||||
->
|
->
|
||||||
|
Reference in New Issue
Block a user