Merge sch32 and school32_data and rename to school_32
This commit is contained in:
		@@ -79,8 +79,7 @@ CLPBN_SCHOOL_EXAMPLES= \
 | 
				
			|||||||
	$(CLPBN_EXDIR)/School/evidence_128.yap \
 | 
						$(CLPBN_EXDIR)/School/evidence_128.yap \
 | 
				
			||||||
	$(CLPBN_EXDIR)/School/parschema.pfl \
 | 
						$(CLPBN_EXDIR)/School/parschema.pfl \
 | 
				
			||||||
	$(CLPBN_EXDIR)/School/school_128.yap \
 | 
						$(CLPBN_EXDIR)/School/school_128.yap \
 | 
				
			||||||
	$(CLPBN_EXDIR)/School/sch32.yap \
 | 
						$(CLPBN_EXDIR)/School/school32.yap \
 | 
				
			||||||
	$(CLPBN_EXDIR)/School/school32_data.yap \
 | 
					 | 
				
			||||||
	$(CLPBN_EXDIR)/School/school_64.yap \
 | 
						$(CLPBN_EXDIR)/School/school_64.yap \
 | 
				
			||||||
	$(CLPBN_EXDIR)/School/tables.yap
 | 
						$(CLPBN_EXDIR)/School/tables.yap
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,25 +0,0 @@
 | 
				
			|||||||
/*
 | 
					 | 
				
			||||||
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.pfl').
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
:- ensure_loaded(school32_data).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
:- set_solver(hve).
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@@ -1,3 +1,30 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					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.pfl').
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:- ensure_loaded(school32_data).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:- set_solver(hve).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
professor(p0).
 | 
					professor(p0).
 | 
				
			||||||
professor(p1).
 | 
					professor(p1).
 | 
				
			||||||
professor(p2).
 | 
					professor(p2).
 | 
				
			||||||
@@ -1215,3 +1242,4 @@ registration(r855,c48,s255).
 | 
				
			|||||||
registration(r856,c0,s255).
 | 
					registration(r856,c0,s255).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user