Skip to content

Commit

Permalink
MODIFIED: Remove support for requirements in XML format.
Browse files Browse the repository at this point in the history
Please use Prolog facts as input instead.

In preparation for moving to CLP(ℤ) with SICStus and Scryer Prolog.
  • Loading branch information
triska committed Dec 14, 2019
1 parent 3aedaa9 commit cac7fc6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 367 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ for more information.

Example invocation:

swipl -g "timetable('reqs.xml'),halt" simsttab.pl

swipl -g 'requirements_variables(Rs, Vs),
labeling([ff], Vs),
print_classes(Rs),
print_teachers(Rs)' simsttab.pl reqs.pl

This constructs a [timetable](timetable.txt) that satisifies the
requirements stated in [reqs.xml](reqs.xml).
requirements stated in [reqs.pl](reqs.pl).
211 changes: 0 additions & 211 deletions reqs.xml

This file was deleted.

Loading

0 comments on commit cac7fc6

Please sign in to comment.