FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase Enum Reference

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.

Detailed Description

A phase of the algorithm.

Member Data Documentation

◆ h

◆ S

◆ shuffling

◆ sol

◆ SprimePrime

frodo2.algorithms.mpc_discsp.MPC_DisCSP4< V extends Addable< V > >.Phase.SprimePrime

◆ vectorMultiplication

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().


The documentation for this enum was generated from the following file: