Package | Description |
---|---|
org.chocosolver.solver.variables.view |
Modifier and Type | Class and Description |
---|---|
class |
BoolNotView
A view for boolean variable, that enforce not(b).
|
class |
MinusView
View for -V, where V is a IntVar or view
Based on "Views and Iterators for Generic Constraint Implementations"
C. |
class |
OffsetView
declare an IntVar based on X and C, such as X + C
Based on "Views and Iterators for Generic Constraint Implementations" C. |
class |
ScaleView
declare an IntVar based on X and C, such as X * C
Based on "Views and Iterators for Generic Constraint Implementations"
C. |
Copyright © 2018. All rights reserved.