Interface | Description |
---|---|
IView |
An interface to define views.
|
Class | Description |
---|---|
BoolNotView |
A view for boolean variable, that enforce not(b).
|
IntView |
"A view implements the same operations as a variable.
|
MinusView |
View for -V, where V is a IntVar or view
Based on "Views and Iterators for Generic Constraint Implementations"
C. |
OffsetView |
declare an IntVar based on X and C, such as X + C
Based on "Views and Iterators for Generic Constraint Implementations" C. |
RealView |
|
ScaleView |
declare an IntVar based on X and C, such as X * C
Based on "Views and Iterators for Generic Constraint Implementations"
C. |
ViewDeltaMonitor |
A delta monitor dedicated to views
|
Copyright © 2017. All rights reserved.