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

Package containing various algorithms. More...

Packages

package  adopt
 Classes implementing the ADOPT algorithm.
package  afb
package  asodpop
 Classes implementing the ASO-DPOP algorithm.
package  dpop
 Classes implementing the DPOP algorithm and its variants.
package  duct
package  heuristics
 Classes implementing heuristics that can be used, for instance, to guide the generation of variable orderings.
package  maxsum
package  mpc_discsp
 The MPC-Dis(W)CSP algorithms by Marius-Calin Silaghi.
package  odpop
 Classes implementing the O-DPOP algorithm.
package  reformulation
package  synchbb
 Classes implementing the SynchBB algorithm.
package  test
 Tests for the classes in the algorithms package.

Classes

class  AbstractDCOPsolver
 An abstract convenient class for solving DCOP instances. More...
class  AbstractProblem
 An abstract problem instance. More...
class  AbstractSolver
 A solver for a general problem. More...
class  AgentFactory
 A convenience class to create agents. More...
interface  AgentInterface
 All agents corresponding to various algorithms should implement this interface. More...
class  Convergence
 An optimal solution to the problem. More...
interface  ConvergenceInterface
 Interface for all modules that should be able to store convergence data. More...
interface  Eavesdroppable
 Defines a module that eavesdrops on the messages exchanged. More...
class  MASparser
 A MASproblem parser that is able to handle multiple types of agents. More...
interface  ParserInterface
 Interface for a parser that produces a ProblemInterface. More...
class  Problem
 A ProblemInterface that does not require the use of the XCSP format. More...
class  RandGraphFactory
 Generator of random graphs. More...
class  SingleQueueAgent
 An agent that uses a single queue. More...
class  Solution
 An optimal solution to the problem. More...
class  SolutionCollector
 A StatsReporter that collects the generic solution to a DCOP. More...
class  SolutionWithConvergence
 An optimal solution to the problem. More...
interface  StatsReporter
 An interface that any listener sending statistics message should implement. More...
interface  StatsReporterWithConvergence
 A StatsReporter that monitors the convergence of the algorithm. More...
class  XCSPparser
 An XCSP parser that provides convenient methods to extract information from XCSP files. More...

Detailed Description

Package containing various algorithms.