|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A phase of the algorithm. More...
Public Attributes | |
| SprimePrime | |
| Sharing of the S'' vectors. | |
| vectorMultiplication | |
| Element-wise multiplying vectors of shares. | |
| shuffling | |
| Shuffling vectors of shares. | |
| h | |
| Computation of the h vector. | |
| S | |
| Computation of the S vector. | |
| sol | |
| Computation of the solution. | |
A phase of the algorithm.
| frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.h |
Computation of the h vector.
Referenced by frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.notifyIn().
| frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.S |
Computation of the S vector.
Referenced by frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.findFirstSolution(), and frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.notifyIn().
| frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.shuffling |
Shuffling vectors of shares.
Referenced by frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.nextMultiplication(), and frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.notifyIn().
| frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.sol |
Computation of the solution.
Referenced by frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.notifyIn().
| frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.SprimePrime |
Sharing of the S'' vectors.
Referenced by frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.notifyIn().
| frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.vectorMultiplication |
Element-wise multiplying vectors of shares.
Referenced by frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.notifyIn().