mlns in PFL
This commit is contained in:
11
packages/CLPBN/examples/mln.pfl
Normal file
11
packages/CLPBN/examples/mln.pfl
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
:- use_module(library(mlns)).
|
||||
|
||||
mln_domain(a(domain)).
|
||||
mln_domain(b(domain)).
|
||||
|
||||
mln 10:(a(X) ; b(X)).
|
||||
|
||||
domain(1).
|
||||
domain(2).
|
||||
|
Reference in New Issue
Block a user