This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Go to file
Jeremy Saklad 1b4e4b5f08
Add Penny to Cost enumeration
For the sake of clarity, members of Cost now have terminal values iff
they are assigned an arbitrary cost rather than an actual method of
acquisition.

The primary effect of this change is that items that are purchased from
a shop are given a value in terms of the currency used, rather than a
numeric literal. This makes it much easier to tell where refinements to
the model may be necessary.
2021-06-13 14:36:53 -05:00
Bone Market Solver.py Add Penny to Cost enumeration 2021-06-13 14:36:53 -05:00
Pipfile Add Pipfile to repository 2021-06-13 14:35:36 -05:00