Bone-Market-Solver/bonemarketsolver/objects
Jeremy Saklad 15317f6298
Avoid extraneous intermediate variables
Intermediate variables should not be necessary if the equivalent
expression is a constant or a variable with the same bounds.

This change reduces the total number of variables in the model.

The documentation of BoneMarketModel.NewIntermediateIntVar has been
tweaked to allow for any number of constraints.
2022-01-02 17:28:58 -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 Avoid extraneous intermediate variables 2022-01-02 17:28:58 -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