Hey All,
I’m finally picking up Alloy again, and trying to work through the online book: Formal Software Design with Alloy 6 — Formal Software Design with Alloy 6
I tried run the following assertion, and was getting an interesting error:
check restore_after_delete for 3 but 1… steps
and the error:
Bounded engines do not support open bounds on steps.
I was honestly a bit surprised with this, when the expected behavior is that there should be no issues. I’m guessing something is wrong with my setup (windows + default settings) but it’s not obvious what’s wrong. Any recommendations?