Package | Description |
---|---|
org.chocosolver.memory.trailing.trail | |
org.chocosolver.memory.trailing.trail.chunck | |
org.chocosolver.memory.trailing.trail.flatten |
Modifier and Type | Interface and Description |
---|---|
interface |
IOperationTrail
|
interface |
IStoredBoolTrail
|
interface |
IStoredDoubleTrail
|
interface |
IStoredIntTrail
|
interface |
IStoredLongTrail
|
Modifier and Type | Class and Description |
---|---|
class |
StoredDoubleVectorTrail
Implements a trail with the history of all the stored search vectors.
|
class |
StoredIntVectorTrail
Implements a trail with the history of all the stored search vectors.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunckedBoolTrail
A trail for integers.
|
class |
ChunckedDoubleTrail
A trail for integers.
|
class |
ChunckedIntTrail
A trail for integers.
|
class |
ChunckedLongTrail
A trail for integers.
|
class |
ChunckedOperationTrail |
class |
ChunckedTrail<W extends World>
An abstract segmented trail.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationTrail
Created by IntelliJ IDEA.
|
class |
StoredBoolTrail |
class |
StoredDoubleTrail |
class |
StoredIntTrail |
class |
StoredLongTrail |
Copyright © 2017. All rights reserved.