2026-05-29
Hacking with the Automaton Constraint
Building upon my last post, I am still talking about rostering, but now I want to see about using it in a project that I am working on. The problem I see with the nurse rostering example from my previous post is that it is a very complicated graph. What I want to do is to break up the graph into smaller, atomic parts, and see if it will still work. In fact it does work, and this post describes what I did.