|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.io.IOException;import java.util.List;import junit.framework.TestCase;import junit.framework.TestSuite;import org.jdom2.Document;import org.jdom2.Element;import org.jdom2.JDOMException;import org.jdom2.input.SAXBuilder;import org.jdom2.input.sax.XMLReaders;import frodo2.algorithms.AgentFactory;import frodo2.algorithms.MASparser;import frodo2.solutionSpaces.AddableInteger;
Classes | |
| class | frodo2.algorithms.test.MASparserTest |
Packages | |
| package | frodo2.algorithms.test |
| Tests for the classes in the algorithms package. | |