Package | Description |
---|---|
org.chocosolver.solver.variables | |
org.chocosolver.solver.variables.impl | |
org.chocosolver.solver.variables.view | |
org.chocosolver.util.iterators |
Modifier and Type | Method and Description |
---|---|
DisposableValueIterator |
IntVar.getValueIterator(boolean bottomUp)
Retrieves an iterator over values of
this . |
Modifier and Type | Method and Description |
---|---|
DisposableValueIterator |
BitsetArrayIntVarImpl.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
BoolVarImpl.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
FixedIntVarImpl.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
IntervalIntVarImpl.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
BitsetIntVarImpl.getValueIterator(boolean bottomUp) |
Modifier and Type | Method and Description |
---|---|
DisposableValueIterator |
OffsetView.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
MinusView.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
ScaleView.getValueIterator(boolean bottomUp) |
DisposableValueIterator |
IntView.getValueIterator(boolean bottomUp) |
Modifier and Type | Class and Description |
---|---|
class |
DisposableValueBoundIterator
|
Copyright © 2018. All rights reserved.