FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
MPC_DisWCSP4tests.java File Reference
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import org.jdom2.Document;
import org.jdom2.Element;
import frodo2.algorithms.Solution;
import frodo2.algorithms.XCSPparser;
import frodo2.algorithms.dpop.DPOPsolver;
import frodo2.algorithms.mpc_discsp.MPC_DisCSP4;
import frodo2.algorithms.mpc_discsp.MPC_DisWCSP4;
import frodo2.algorithms.mpc_discsp.MPC_DisWCSP4solver;
import frodo2.algorithms.reformulation.ProblemRescaler;
import frodo2.algorithms.test.AllTests;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.UtilitySolutionSpace;
import junit.extensions.RepeatedTest;
import junit.framework.TestCase;
import junit.framework.TestSuite;
Include dependency graph for MPC_DisWCSP4tests.java:

Classes

class  frodo2.algorithms.mpc_discsp.tests.MPC_DisWCSP4tests
 JUnit tests for the MPC-Dis(W)CSP4 algorithms. More...

Packages

package  frodo2.algorithms.mpc_discsp.tests
 Tests for the MPC-Dis(W)CSP algorithms.