deltamesh-federated-privacy.../delta_mesh/admm_lite.h

4 lines
208 B
C

// Lightweight ADMM-like coordination interface (toy implementation).
// Exposes a single-step aggregation over a set of venue quotes.
void admm_lite_step(const double* quotes, int n, double* out_aggregate);