New: make the number of nodes accessible from processes (via Algo.card: unit -> int)
(* Time-stamp: <modified the 09/05/2019 (at 21:59) by Erwan Jahier> *) | ||
(* Time-stamp: <modified the 27/05/2019 (at 16:16) by Erwan Jahier> *) | ||
(* cf Collin-Dolex-94 *) | ||
open Algo | ||
let delta=10 | ||
let delta=10 (* diameter() *) | ||
|
||
let vars = ["path",(At (It,delta)); "par",Nt] | ||
let actions = ["update_path";"compute_parent"] | ||
... | ... |