FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
Package frodo2.algorithms.asodpop

Classes implementing the ASO-DPOP algorithm. More...

Packages

package  tests
 All tests for the ASO-DPOP algorithm.

Classes

class  ACKmsg
 This message is used to ask a child for new information. More...
class  ASODPOP
 This class implements both the UTIL propagation phase and the VALUE propagation of the ASODPOP algorithm. More...
class  ASODPOPBinaryDomains
 This class implements both the UTIL propagation phase and the VALUE propagation of the ASODPOP algorithm. More...
class  ASODPOPBinarysolver
 This is a solver that reads in the problem, creates the agents, runs the problem and then collects the statistics . More...
class  ASODPOPsolution
 An optimal solution to the problem. More...
class  ASODPOPsolver
 This is a solver that reads in the problem, creates the agents, runs the problem and then collects the statistics . More...
class  Good
 Class that represents a good being send fom child to parent It contains. More...
class  UTILdomMsg
 This message contains the util information a child reports to its parent when responding to an ASK message. More...
class  UTILmsg
 This message contains the util information a child reports to its parent when responding to an ASK message. More...
class  UTILvarsDomsMsg
 This message contains the util information a child reports to its parent when responding to an ASK message. More...
class  UTILvarsMsg
 This message contains the util information a child reports to its parent when responding to an ASK message. More...
class  UTILvarsMsgWithDom
 This message contains the util information a child reports to its parent when responding to an ASK message. More...
class  VALUEmsgChild
 A VALUE message, which contains the value assignment of a variable. More...
class  VALUEmsgPseudo
 A VALUE message, which contains the value assignment of a variable. More...

Detailed Description

Classes implementing the ASO-DPOP algorithm.