public class TransformExtensional extends Object implements InitializeListener
Modifier and Type | Field and Description |
---|---|
int |
solutionLimit
The limit of solutions upon reaching the transformation is abandoned and solution
progress normally without any transformation.
|
List<IntVar> |
variablesTransformationScope
It contains all the information which will become variables in
the scope of the extensional constraint produced by this search
listener.
|
Constructor and Description |
---|
TransformExtensional() |
Modifier and Type | Method and Description |
---|---|
void |
executedAtInitialize(Store store)
It is executed before the search starts labeling procedure.
|
void |
setChildrenListeners(InitializeListener child)
It sets one child listener for this initialize listener.
|
void |
setChildrenListeners(InitializeListener[] children)
It sets the children listeners of this initialize listener.
|
public List<IntVar> variablesTransformationScope
public int solutionLimit
public void executedAtInitialize(Store store)
InitializeListener
executedAtInitialize
in interface InitializeListener
store
- store in which context the search is performed.public void setChildrenListeners(InitializeListener[] children)
InitializeListener
setChildrenListeners
in interface InitializeListener
children
- children listeners being setpublic void setChildrenListeners(InitializeListener child)
InitializeListener
setChildrenListeners
in interface InitializeListener
child
- the child of this initialize listener.Copyright © 2022. All rights reserved.