Package | Description |
---|---|
org.chocosolver.memory |
A package devoted to backtrackable data structures.
|
org.chocosolver.memory.structure | |
org.chocosolver.memory.trailing |
Modifier and Type | Method and Description |
---|---|
IStateLong |
IEnvironment.makeLong()
Factory pattern: new backtrackable long attached to this environment.
|
IStateLong |
IEnvironment.makeLong(long init)
Factory pattern: new backtrackable long attached to this environment.
|
Modifier and Type | Field and Description |
---|---|
protected IStateLong[] |
S64BitSet.words
The internal field corresponding to the serialField "bits".
|
Modifier and Type | Class and Description |
---|---|
class |
StoredLong
A class implementing backtrackable long.
|
Modifier and Type | Method and Description |
---|---|
IStateLong |
EnvironmentTrailing.makeLong()
Factory pattern: new backtrackable long attached to this environment.
|
IStateLong |
EnvironmentTrailing.makeLong(long init)
Factory pattern: new backtrackable long attached to this environment.
|
Copyright © 2017. All rights reserved.