This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Go to file
Jeremy Saklad 0b3911a4e0
Centralize exhaustion calculation
Exhaustion from actions is now calculated without regard to the buyer.
Exhaustion from the buyer is stored in an intermediary "Added
Exhaustion" variable, which is added to produce the final exhaustion
value.

This change substantially reduces the complexity of buyer-specific
logic, which will help future improvements.
2021-06-13 14:36:53 -05:00
Bone Market Solver.py Centralize exhaustion calculation 2021-06-13 14:36:53 -05:00
Pipfile Add Pipfile to repository 2021-06-13 14:35:36 -05:00