This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Go to file
Jeremy Saklad abd796f64d
Remove data model
Rather than having a single action list, actions are now added to the
model enumeration-by-enumeration. This allows for more flexibility and
clarity when introducing exceptions to the norm.

Skipping tails is now modelled correctly: it can only be done once, and
doing so removes all remaining tails. As far as the model is concerned,
this means that not all tails need to be filled if tails have been
skipped.
2021-06-13 14:36:28 -05:00
Bone Market Solver.py Remove data model 2021-06-13 14:36:28 -05:00
Pipfile Add Pipfile to repository 2021-06-13 14:35:36 -05:00