FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
LabelingPhase.java File Reference
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeSet;
import org.jdom2.Element;
import frodo2.algorithms.AgentInterface;
import frodo2.algorithms.StatsReporter;
import frodo2.algorithms.dpop.UTILpropagation;
import frodo2.algorithms.varOrdering.dfs.DFSgeneration;
import frodo2.algorithms.varOrdering.dfs.DFSgeneration.DFSview;
import frodo2.algorithms.varOrdering.dfs.DFSgeneration.MessageDFSoutput;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.communication.MessageWith2Payloads;
import frodo2.communication.MessageWith3Payloads;
import frodo2.communication.Queue;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.DCOPProblemInterface;
Include dependency graph for LabelingPhase.java:

Classes

class  frodo2.algorithms.dpop.memory.LabelingPhase< V extends Addable< V > >
 MB-DPOP's labeling phase that identifies cluster roots (CRs) and cycle-cut (CC) nodes. More...
class  frodo2.algorithms.dpop.memory.LabelingPhase< V extends Addable< V > >.VarInfo
 A class containing all the useful information about one of the agent's variables. More...
class  frodo2.algorithms.dpop.memory.LabelingPhase< V extends Addable< V > >.StatsMsg< V extends Addable< V > >
 A message containing stats about a variable. More...
class  frodo2.algorithms.dpop.memory.LabelingPhase< V extends Addable< V > >.OutputMsg< V extends Addable< V > >
 The output message for a given variable. More...

Packages

package  frodo2.algorithms.dpop.memory
 MB-DPOP's memory-bounded version of DPOP.