FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
MASparser.java File Reference
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
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.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.MASProblemInterface;
import frodo2.solutionSpaces.ProblemInterface;
Include dependency graph for MASparser.java:

Classes

class  frodo2.algorithms.MASparser< V extends Addable< V >, U extends Addable< U > >
 A MASproblem parser that is able to handle multiple types of agents. More...

Packages

package  frodo2.algorithms
 Package containing various algorithms.