FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
TestSDPOP.java File Reference
import java.util.List;
import java.util.Random;
import junit.extensions.RepeatedTest;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.jdom2.Document;
import org.jdom2.Element;
import frodo2.algorithms.AgentFactory;
import frodo2.algorithms.Solution;
import frodo2.algorithms.XCSPparser;
import frodo2.algorithms.dpop.DPOPsolver;
import frodo2.algorithms.dpop.UTILpropagation;
import frodo2.algorithms.test.AllTests;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;
Include dependency graph for TestSDPOP.java:

Classes

class  frodo2.algorithms.dpop.restart.test.TestSDPOP< V extends Addable< V >, U extends Addable< U > >
 JUnit tests for Util reuse in S-DPOP. More...

Packages

package  frodo2.algorithms.dpop.restart.test
 Tests for the S-DPOP algorithm with warm restarts.