Skip to content
Snippets Groups Projects
Commit 068a4980 authored by David Bühler's avatar David Bühler Committed by Andre Maroneze
Browse files

[Eva] Adds the octagons domain in the meta -eva-precision option from level 4.

parent d8787097
No related branches found
No related tags found
No related merge requests found
......@@ -1542,7 +1542,9 @@ let () =
bind (module EqualityDomain) (fun n -> n > 1);
bind (module EqualityCall) (fun n -> if n > 2 then "formals" else "none");
bind (module GaugesDomain) (fun n -> n > 3);
bind (module SplitReturn) (fun n -> if n > 4 then "auto" else "");
bind (module OctagonsDomain) (fun n -> n > 4);
bind (module OctagonsCall) (fun n -> n > 5);
bind (module SplitReturn) (fun n -> if n > 6 then "auto" else "");
()
let set_analysis n =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment