Expressions (cpmpy.expressions
)¶
All forms of expression objects that allow you to specify constraints and objectives over variables
List of submodules¶
Integer and Boolean decision variables (as n-dimensional numpy objects) |
|
The Expression superclass and common subclasses Expression and Operator. |
|
Global constraints conveniently express non-primitive constraints. |
|
Overwrites a number of python built-ins, so that they work over variables as expected. |
|
Internal utilities for expression handling. |