This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/CLPBN/examples/School/sch32.yap
2012-08-15 16:01:45 -05:00

26 lines
294 B
Prolog

/*
total_professors(32).
total_courses(64).
total_students(256).
*/
:- use_module(library(pfl)).
:- source.
:- style_check(all).
:- yap_flag(unknown,error).
:- yap_flag(write_strings,on).
:- ensure_loaded(parschema).
:- ensure_loaded(school32_data).
:- set_clpbn_flag(solver, bdd).