school_32 should use clp(bn)

This commit is contained in:
Tiago Gomes
2012-12-12 00:27:32 +00:00
parent 27a235f65b
commit f128b6de7a
2 changed files with 8 additions and 15 deletions

View File

@@ -1,5 +1,3 @@
/*
total_professors(32).
@@ -13,17 +11,13 @@ total_students(256).
:- style_check(all).
:- yap_flag(unknown,error).
:- yap_flag(write_strings,on).
:- ensure_loaded(parschema).
:- use_module(library(clpbn)).
:- yap_flag(unknown,error).
%:- clpbn_horus:set_solver(lve).
%:- clpbn_horus:set_solver(hve).
:- clpbn_horus:set_solver(bp).
%:- clpbn_horus:set_solver(bdd).
:- clpbn_horus:set_solver(ve).
%:- clpbn_horus:set_solver(cbp).
:- [-schema].
:- ensure_loaded(school32_data).