FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
ProblemTest.java File Reference
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import junit.extensions.RepeatedTest;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.jdom2.Document;
import frodo2.algorithms.RandGraphFactory;
import frodo2.algorithms.XCSPparser;
import frodo2.algorithms.RandGraphFactory.Graph;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;
import frodo2.solutionSpaces.DCOPProblemInterface;
import frodo2.solutionSpaces.UtilitySolutionSpace;
Include dependency graph for ProblemTest.java:

Classes

class  frodo2.algorithms.test.ProblemTest
 JUnit test case for the class Problem. More...

Packages

package  frodo2.algorithms.test
 Tests for the classes in the algorithms package.