Jeremy Saklad d09e43bedb
Simplify and normalize argument parsing
The script now uses dictionary unpacking to pass arguments, rather than
explicitly listing each one.

The parser now suppresses missing parameters by default. This means that
the default values of the Solve function can be taken advantage, rather
than having to repeat them for the parser's sake.
2021-06-25 17:11:43 -05:00
2021-06-13 14:35:36 -05:00
Description
This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
498 KiB
Languages
Python 100%