FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
SampleMASagent.java File Reference
import java.util.ArrayList;
import org.jdom2.Element;
import frodo2.algorithms.AgentInterface;
import frodo2.communication.IncomingMsgPolicyInterface;
import frodo2.communication.Message;
import frodo2.communication.MessageType;
import frodo2.communication.Queue;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.MASProblemInterface;
Include dependency graph for SampleMASagent.java:

Classes

class  frodo2.algorithms.test.SampleMASagent
 A sample MAS agent that just prints its problem. More...

Packages

package  frodo2.algorithms.test
 Tests for the classes in the algorithms package.