|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
import java.util.List;import org.jdom2.Document;import org.jdom2.Element;import frodo2.algorithms.XCSPparser;import frodo2.algorithms.dpop.DPOPsolver;import frodo2.algorithms.varOrdering.election.SecureVarElection;import frodo2.solutionSpaces.Addable;import frodo2.solutionSpaces.AddableInteger;import frodo2.solutionSpaces.crypto.AddableBigInteger;
Classes | |
| class | frodo2.algorithms.dpop.privacy.P_DPOPsolver< V extends Addable< V > > |
| A DCOP solver using P-DPOP. More... | |
Packages | |
| package | frodo2.algorithms.dpop.privacy |
| Classes implementing the P-DPOP and P2-DPOP algorithms that preserve privacy. | |