FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType Enum Reference

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.

Detailed Description

Constraint type.

Member Data Documentation

◆ EXTENSIONAL

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().

◆ GLOBAL

◆ INTENSIONAL

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().

◆ PROBABILITY

frodo2.solutionSpaces.JaCoP.JaCoPxcspParser< V extends Addable< V > >.ConstraintType.PROBABILITY

Unsupported.


The documentation for this enum was generated from the following file: