|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Constraint type. More...
Public Attributes | |
| EXTENSIONAL | |
| Extensional soft constraint described by a soft relation. | |
| INTENSIONAL | |
| Intensional constraint described by a predicate or a function. | |
| PROBABILITY | |
| Unsupported. | |
| GLOBAL | |
| A global constraint. | |
Constraint type.
| frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType.EXTENSIONAL |
Extensional soft constraint described by a soft relation.
Referenced by frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.getSubProblem().
| frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType.GLOBAL |
A global constraint.
Referenced by frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.getSubProblem().
| frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType.INTENSIONAL |
Intensional constraint described by a predicate or a function.
Referenced by frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.getSubProblem().
| frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType.PROBABILITY |
Unsupported.