CLP(BN) is dead. Long live the PFL

This commit is contained in:
Tiago Gomes
2012-12-13 17:04:14 +00:00
parent d78baa48a1
commit 6b8301d9c4
7 changed files with 10 additions and 126 deletions

View File

@@ -1,23 +0,0 @@
/*
total_professors(32).
total_courses(64).
total_students(256).
*/
:- source.
:- style_check(all).
:- yap_flag(unknown,error).
:- yap_flag(write_strings,on).
:- use_module(library(clpbn)).
:- [-schema].
:- ensure_loaded(school32_data).