Package | Description |
---|---|
org.chocosolver.solver.variables | |
org.chocosolver.solver.variables.impl | |
org.chocosolver.solver.variables.view |
Modifier and Type | Method and Description |
---|---|
IView[] |
Variable.getViews()
Get the views observing this variables
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.subscribeView(IView view)
Attaches a view to this variable.
|
Modifier and Type | Method and Description |
---|---|
IView[] |
AbstractVariable.getViews() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVariable.subscribeView(IView view) |
void |
FixedIntVarImpl.subscribeView(IView view) |
Modifier and Type | Class and Description |
---|---|
class |
BoolNotView
A view for boolean variable, that enforce not(b).
|
class |
IntView<I extends IntVar>
"A view implements the same operations as a variable.
|
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 |
RealView
|
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.