|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.util.List;import org.jdom2.Document;import org.jdom2.Element;import frodo2.algorithms.Solution;import frodo2.algorithms.XCSPparser;import frodo2.algorithms.dpop.DPOPsolver;import frodo2.algorithms.dpop.memory.LabelingPhase;import frodo2.algorithms.test.AllTests;import frodo2.solutionSpaces.AddableInteger;import junit.extensions.RepeatedTest;import junit.framework.TestCase;import junit.framework.TestSuite;
Classes | |
| class | frodo2.algorithms.dpop.memory.tests.MB_DPOPagentTest |
| An overall unit test for the MB-DPOP algorithm. More... | |
Packages | |
| package | frodo2.algorithms.dpop.memory.tests |
| Tests for MB-DPOP. | |