FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
SecureVarElectionTest.java File Reference
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.util.Map;
import java.util.List;
import org.jdom2.Element;
import frodo2.algorithms.XCSPparser;
import frodo2.algorithms.heuristics.ScoringHeuristic;
import frodo2.algorithms.heuristics.VarNameHeuristic;
import frodo2.algorithms.varOrdering.election.SecureVarElection;
import frodo2.communication.Queue;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;
import frodo2.solutionSpaces.DCOPProblemInterface;
import junit.extensions.RepeatedTest;
import junit.framework.TestSuite;
Include dependency graph for SecureVarElectionTest.java:

Classes

class  frodo2.algorithms.varOrdering.election.tests.SecureVarElectionTest
 JUnit test for the class SecureVarElection. More...

Packages

package  frodo2.algorithms.varOrdering.election.tests
 Tests for the variable election algorithms.