- 30 Apr, 2019 1 commit
-
-
erwan authored
-
- 29 Apr, 2019 1 commit
-
-
erwan authored
It was due to the event_incr function in MainArg, that is using a reference to count event numbers, and that was not saved and restored by LutinRun. And this counter was used to set the PRGS! which is actually useless as it is handled in LutinRun via save_state/restore_state now. It is not clear if my monadisation work was really necessary. In theory, it is, but not in the examples I've tried. Sigh.
-
- 26 Apr, 2019 1 commit
-
-
erwan authored
Rationale: make rdbg time traveling work.
-
- 24 Apr, 2019 1 commit
-
-
erwan authored
Rationale: make rdbg time traveling work.
-
- 15 Apr, 2019 2 commits
-
-
erwan authored
Rationale: make rdbg time traveling work.
-
erwan authored
Rationale: make rdbg time traveling work. Rationale for removing the fair mode: - the code for choosing the mode was ugly - it duplicates the effort - they other means to be fair (via weigths) - it can be very expensive (it breaks the sharing in the bdd, and computing polyedron volume is costly). hence it is not in the spirit of all the tradeoffs used elsewhere in design choices. - I've never used it (well, except in the tuto...)
-
- 12 Apr, 2019 1 commit
-
-
erwan authored
Rationale: make rdbg time traveling work.
-
- 11 Apr, 2019 1 commit
-
-
erwan authored
Rationale: make rdbg time traveling work.
-
- 10 Apr, 2019 2 commits
- 05 Apr, 2019 2 commits
- 30 Mar, 2019 3 commits
- 13 Mar, 2019 1 commit
-
-
erwan authored
-
- 29 Jan, 2019 1 commit
-
-
erwan authored
-
- 28 Jan, 2019 1 commit
-
-
erwan authored
-
- 24 Jan, 2019 4 commits
-
-
erwan authored
-
erwan authored
-
erwan authored
-
Pascal Raymond authored
-
- 21 Dec, 2018 1 commit
-
-
Erwan Jahier authored
which aims at Adding bddrand, simple front-end to the lutin Random toss machinary (the log msg was wrong).
-
- 20 Dec, 2018 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
-
- 08 Nov, 2018 1 commit
-
-
Erwan Jahier authored
-
- 15 Oct, 2018 1 commit
-
-
Erwan Jahier authored
-
- 24 Jul, 2018 2 commits
-
-
Erwan Jahier authored
Hence, I now can use lurette instead of lurette_old in the crazy rabbit nonreg tests.
-
Erwan Jahier authored
Indeed, for some reasons, this lib was useable of ocaml 4.07.0 ocaml #use "topfind";; #require "rdbg-plugin";; #require "lutin";; Error: Reference to undefined global `Stdlib__bigarray'
-
- 10 Jul, 2018 2 commits
-
-
Erwan Jahier authored
-
Erwan Jahier authored
(that now have a reset field)
-
- 22 May, 2018 1 commit
-
-
erwan authored
Indeed, otherwise, the compilation fails for ocaml 4.06 >= if it is the system switch.
-
- 18 May, 2018 1 commit
-
-
erwan authored
-
- 17 May, 2018 1 commit
-
-
erwan authored
-
- 15 May, 2018 1 commit
-
-
erwan authored
-
- 07 May, 2018 1 commit
-
-
erwan authored
-
- 04 May, 2018 3 commits
- 03 May, 2018 1 commit
-
-
erwan authored
with lustre-v6 and lutin rdbg-plugins statically linked. Add rdbg as a submodule, to be able to share files in lurette-nocaml/src/
-