Package | Description |
---|---|
org.jacop.constraints | |
org.jacop.constraints.geost | |
org.jacop.constraints.knapsack | |
org.jacop.constraints.netflow | |
org.jacop.constraints.regular | |
org.jacop.core |
Modifier and Type | Class and Description |
---|---|
class |
LexOrder
It constructs a LexOrder (lexicographical order) constraint.
|
class |
Linear
Deprecated.
As of release 4.3.1 replaced by LinearInt constraint.
|
class |
SumWeight |
class |
SumWeightDom
Deprecated.
As of release 4.3.1 replaced by LinearIntDom constraint.
|
class |
VariableTrace
VariableTrace is a daemon that prints information on variables whenever they are changed.
|
Modifier and Type | Class and Description |
---|---|
class |
Geost |
Modifier and Type | Class and Description |
---|---|
class |
Knapsack
It specifies a knapsack constraint.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkFlow
The network flow constraint.
|
Modifier and Type | Class and Description |
---|---|
class |
Regular
Regular constraint accepts only the assignment to variables which is accepted by
an automaton.
|
Modifier and Type | Field and Description |
---|---|
Set<RemoveLevelLate> |
Store.removeLevelLateListeners
More advanced constraints may require to be informed of a backtrack to be
able to recover the older versions of the data structures.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Store.registerRemoveLevelLateListener(RemoveLevelLate c)
Any constraint in general may need information what variables have changed
since the last time a consistency was called.
|
Copyright © 2022. All rights reserved.