|
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.Message;
Classes | |
| class | frodo2.algorithms.dpop.privacy.LeafMsg |
| A token sent by the root in P2-DPOP to tell the last variable in the linear ordering to start UTIL propagation. More... | |
Packages | |
| package | frodo2.algorithms.dpop.privacy |
| Classes implementing the P-DPOP and P2-DPOP algorithms that preserve privacy. | |