| Package | Description |
|---|---|
| org.jacop.constraints | |
| org.jacop.util | |
| org.jacop.util.fsm |
| Modifier and Type | Field and Description |
|---|---|
MDD |
ExtensionalSupportMDD.mdd
It specifies a multiple value decision diagram used by this constraint.
|
| Constructor and Description |
|---|
ExtensionalSupportMDD(MDD diagram)
It creates an extensional constraint.
|
| Modifier and Type | Method and Description |
|---|---|
MDD |
MDD.reuse(IntVar[] vars)
If possible it will return an MDD which reuse an array representation
of the current MDD.
|
| Modifier and Type | Method and Description |
|---|---|
MDD |
FSM.transformDirectlyIntoMDD(IntVar[] vars)
It generates one by one tuples allowed by a Regular constraint, which are added
to the MDD being built.
|
MDD |
FSM.transformIntoMDD(IntVar[] vars)
It generates one by one tuples allowed by a Regular constraint, which are added
to the MDD being built.
|
Copyright © 2016. All rights reserved.