Bone-Market-Solver/bonemarketsolver
Jeremy Saklad 97aedc0895
Add __slots__ to data enumerations
These types still have a __dict__, since they inherit from Enum, but
using __slots__ for the inherited properties can still improve access
times.
2021-09-18 19:18:40 -05:00
..
data Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
objects Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
__main__.py Add list option 2021-08-14 17:55:45 -05:00
solve.py Update quadratic buyers to reflect balance changes 2021-09-11 15:11:01 -05:00