Package | Description |
---|---|
org.jacop.core |
Modifier and Type | Class and Description |
---|---|
class |
MutableDomain |
Modifier and Type | Field and Description |
---|---|
protected List<MutableVar> |
Store.mutableVariables
A mutable variable is a special variable which can change value during
the search.
|
Modifier and Type | Method and Description |
---|---|
int |
Store.putMutableVar(MutableVar value)
Any constraint may have their own mutable variables which can be register
at store and then store will be responsible for calling appropriate
functions from MutableVar interface to keep the variables consistent with
the search.
|
Copyright © 2022. All rights reserved.