|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.util.Collection;import org.jdom2.Element;import frodo2.algorithms.heuristics.RandScoringHeuristic;import frodo2.solutionSpaces.DCOPProblemInterface;
Classes | |
| class | frodo2.algorithms.varOrdering.election.SecureVarElection |
| A version of VariableElection that uses random numbers as scores and lies in order to protect topology privacy. More... | |
Packages | |
| package | frodo2.algorithms.varOrdering.election |
| Algorithms to elect a variable. | |