FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
ParamUTILtest.java File Reference
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import junit.extensions.RepeatedTest;
import junit.framework.TestSuite;
import org.jdom2.Element;
import frodo2.algorithms.RandGraphFactory;
import frodo2.algorithms.dpop.param.ParamUTIL;
import frodo2.algorithms.dpop.param.ParamUTIL.OptUtilMessage;
import frodo2.algorithms.dpop.test.UTILpropagationTest;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.AddableReal;
import frodo2.solutionSpaces.UtilitySolutionSpace;
Include dependency graph for ParamUTILtest.java:

Classes

class  frodo2.algorithms.dpop.param.test.ParamUTILtest< U extends Addable< U > >
 JUnit test for the class ParamUTIL. More...
class  frodo2.algorithms.dpop.param.test.ParamUTILtest< U extends Addable< U > >.Listener
 The listener that checks the messages sent by the ParamUTIL listeners. More...

Packages

package  frodo2.algorithms.dpop.param.test
 Tests for Param-DPOP.