|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.io.Externalizable;import java.io.IOException;import java.io.ObjectInput;import java.io.ObjectOutput;import frodo2.communication.MessageType;import frodo2.communication.MessageWith3Payloads;import frodo2.solutionSpaces.Addable;
Classes | |
| class | frodo2.algorithms.localSearch.dsa.VALUEmsg< Val extends Addable< Val > > |
| Message used to convey the new value of the sender to a neighbouring variable. More... | |
Packages | |
| package | frodo2.algorithms.localSearch.dsa |
| Classes implementing the DSA algorithm. | |