Expand description
Utilities for allocating new variables in a constraint system.
Enums§
- Allocation
Mode - Describes the mode that a variable should be allocated in within
a
ConstraintSystem
.
Traits§
- Alloc
Var - Specifies how variables of type
Self
should be allocated in aConstraintSystem
.