This commit is contained in:
Vítor Santos Costa
2013-07-16 08:00:16 -05:00
parent bc992f552f
commit 5e80c3ca86
5 changed files with 53 additions and 20 deletions

View File

@@ -152,6 +152,7 @@ optimize :-
compile :-
init_compiler,
mln(ParFactor, _Type, _Els, _G),
writeln(ParFactor),
factor(markov, ParFactor, Ks, _, _Phi, Constraints),
maplist(call, Constraints),
nth(_L, Ks, VId),