|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|

Public Member Functions | |
| String | getType () |
| U | utilInstance () |
| Element | getLocalProblem () |
| Public Member Functions inherited from frodo2.solutionSpaces.ProblemInterface< V, U > | |
| void | reset (ProblemInterface< V, U > newProblem) |
| Resets this problem to be the same as the input one. | |
| void | setDomClass (Class< V > domClass) |
| Sets the class to be used for variable values. | |
| Class< V > | getDomClass () |
| void | setUtilClass (Class< U > utilClass) |
| Sets the class to be used for utility values. | |
| Class< U > | getUtilClass () |
| U | getZeroUtility () |
| U | getPlusInfUtility () |
| U | getMinInfUtility () |
| String | getAgent () |
| Set< String > | getAgents () |
| ProblemInterface< V, U > | getSubProblem (String agent) |
| Builds the subproblem description for a given agent by extracting it from the overall problem description. | |
| boolean | multipleTypes () |
| void | incrNCCCs (long incr) |
| Increments the number of constraint checks. | |
| long | getNCCCs () |
| void | setNCCCs (long ncccs) |
| Sets the NCCC count. | |
| <V> | type used for decision variables |
| <U> | type used for utility values |
| Element frodo2.solutionSpaces.MASProblemInterface< V extends Addable< V >, U extends Addable< U > >.getLocalProblem | ( | ) |
Implemented in frodo2.algorithms.MASparser< V extends Addable< V >, U extends Addable< U > >.
| String frodo2.solutionSpaces.MASProblemInterface< V extends Addable< V >, U extends Addable< U > >.getType | ( | ) |
Implemented in frodo2.algorithms.MASparser< V extends Addable< V >, U extends Addable< U > >.
| U frodo2.solutionSpaces.MASProblemInterface< V extends Addable< V >, U extends Addable< U > >.utilInstance | ( | ) |
Implemented in frodo2.algorithms.MASparser< V extends Addable< V >, U extends Addable< U > >.