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

Algorithms to elect a variable. More...

Packages

package  tests
 Tests for the variable election algorithms.

Classes

class  LeaderElectionMaxID
 This distributed leader election protocol chooses a leader agent as the one with highest unique ID. More...
class  MaxIDmsg
 Leader election message containing two payloads: the sender agent, and its current maxID. More...
class  SecureVarElection
 A version of VariableElection that uses random numbers as scores and lies in order to protect topology privacy. More...
class  VarElectionMessenger
 A version of LeaderElectionMaxID that uses random numbers as IDs and lies in order to protect topology privacy. More...
class  VariableElection
 Protocol to elect a variable. More...

Detailed Description

Algorithms to elect a variable.