FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
MaxIDmsg.java File Reference
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.io.Serializable;
import frodo2.communication.MessageWith2Payloads;
Include dependency graph for MaxIDmsg.java:

Classes

class  frodo2.algorithms.varOrdering.election.MaxIDmsg< T extends Comparable< T > &Serializable >
 Leader election message containing two payloads: the sender agent, and its current maxID. More...

Packages

package  frodo2.algorithms.varOrdering.election
 Algorithms to elect a variable.