Bone-Market-Solver/bonemarketsolver/objects
Jeremy Saklad 497e052ad7
Fix regression in intermediate variables
Reusing non-constant integer variables was causing constraints to
propagate in unintended ways, resulting in incorrect restrictions on the
solver's output.

This should not be an issue for constants, as they are already
restricted to one value.
2022-02-15 09:55:55 -06:00
..
action.py Refactor Action as data class 2021-09-18 19:18:39 -05:00
blacklistaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
bone_market_model.py Fix regression in intermediate variables 2022-02-15 09:55:55 -06:00
bonemarketargumentparser.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
enumaction.py Add __slots__ to internal parser types 2021-09-18 19:18:39 -05:00
listaction.py Use f-strings and multiline strings 2021-09-18 20:01:30 -05:00