- May 14, 2019
- May 09, 2019
- May 03, 2019
-
-
erwan authored
-
- Apr 30, 2019
-
- Apr 02, 2019
- Apr 01, 2019
- Mar 28, 2019
- Mar 27, 2019
- Mar 26, 2019
- Mar 22, 2019
Save/restore the PRGS at checkpoints (necessary for internal demons).
This is necessary because I cannot Dynlink .cmxs files from a ocaml toplevel. Hence, one way to load the algos from rdbg is to #load .cma files. This option generates an ocaml file that can be #used by automatically generated rdbg-session.ml files.
Rationale: it was not really necessary (Algo.neighbor contains almost the same information), and the Topology.neighbor type was alone in its module, which looked weird.
Test: add enable rule so that step always do something (equivalent, but more in the spirit of the model)
Depending on the kind of network, we should raise an exception. Indeed such information should not be available in anonymous networks. We will add such checks later.
instead of duplicating its content