FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
DFSgenerationWithOrder.java File Reference
import java.io.Serializable;
import java.security.SecureRandom;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.jdom2.Element;
import frodo2.algorithms.AgentInterface;
import frodo2.algorithms.varOrdering.election.LeaderElectionMaxID;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.communication.MessageWith3Payloads;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.DCOPProblemInterface;
Include dependency graph for DFSgenerationWithOrder.java:

Classes

class  frodo2.algorithms.varOrdering.dfs.DFSgenerationWithOrder< V extends Addable< V >, U extends Addable< U > >
 A DFSgeneration module that also computes the order in which is variable is visited and the total number of variables in the DFS. More...
class  frodo2.algorithms.varOrdering.dfs.DFSgenerationWithOrder< V extends Addable< V >, U extends Addable< U > >.DFSorderOutputMessage
 Carries DFS order information for one variable. More...

Packages

package  frodo2.algorithms.varOrdering.dfs
 Algorithms to produce pseudo-tree variable orderings.