Package | Description |
---|---|
org.chocosolver.solver.variables.delta | |
org.chocosolver.solver.variables.delta.monitor | |
org.chocosolver.solver.variables.impl |
Modifier and Type | Class and Description |
---|---|
class |
EnumDelta
A class to store the removed value of an integer variable.
|
class |
NoDelta
|
class |
OneValueDelta
|
Modifier and Type | Field and Description |
---|---|
protected IEnumDelta |
OneValueDeltaMonitor.delta |
protected IEnumDelta |
EnumDeltaMonitor.delta |
Constructor and Description |
---|
EnumDeltaMonitor(IEnumDelta delta,
ICause propagator) |
OneValueDeltaMonitor(IEnumDelta delta,
ICause propagator) |
Modifier and Type | Method and Description |
---|---|
IEnumDelta |
BoolVarImpl.getDelta() |
IEnumDelta |
BitsetIntVarImpl.getDelta() |
IEnumDelta |
BitsetArrayIntVarImpl.getDelta() |
Copyright © 2017. All rights reserved.