Expressions (cpmpy.expressions
)
Classes and functions that represent and create expressions (constraints and objectives)
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. |
|
Global functions conveniently express numerical global constraints. |
|
Overwrites a number of python built-ins, so that they work over variables as expected. |
|
Internal utilities for expression handling. |