simsttab
simsttab copied to clipboard
Simple timetabling engine for schools
I describe the problem in this thread and the colleague who replied also failed to get the expected output. https://github.com/mthom/scryer-prolog/issues/1014#issue-960083343 I hope you can help us
In the sample `reqs.xml` file, make it so that teacher ume1 has free days on all five weekdays: ``` ``` Then have Prolog generate a timetable: ``` Teacher: ume1 Mon...
Hello, First, thank you for this progam I see that this program output is displayed on the console. If we need to save it, we'll need to a datastructure. I...