Nikos Gorogiannis
e9b0ca9ce4
[AI] rename Domain.( <= ) to Domain.leq
...
Summary: The way `<=` is used in `AbstractDomain` prevents infix use and forces bracketing it everywhere. Replace with simple `leq`.
Reviewed By: jvillard
Differential Revision: D18201854
fbshipit-source-id: 8175224e4
5 years ago
Josh Berdine
cfc1c8be36
[copyright] Remove years
...
Reviewed By: jvillard
Differential Revision: D15771884
fbshipit-source-id: e2997e3a3
6 years ago
Mehdi Bouaziz
0185b76c3d
Cost domain is not an abstract domain
...
Reviewed By: skcho
Differential Revision: D14247682
fbshipit-source-id: a16a34945
6 years ago
Mehdi Bouaziz
4343f9c8b2
[cost] Adds Log elements to polynomials
...
Reviewed By: ezgicicek
Differential Revision: D13175872
fbshipit-source-id: 2f1337317
6 years ago
Mehdi Bouaziz
8de2b93cab
[cost] Abstract type for polynomial degree
...
Reviewed By: ezgicicek
Differential Revision: D13175851
fbshipit-source-id: db9078037
6 years ago
Mehdi Bouaziz
0ba4c2c892
[cost] Pretty-printing exponents
...
Reviewed By: ezgicicek
Differential Revision: D13050241
fbshipit-source-id: dbac027b7
6 years ago
Sungkeun Cho
96cbdb15c7
[inferbo] Use big_int in interval domain
...
Summary: It uses big int, instead of 63bits int of OCaml, in the interval domain in order to get preciser numeric values in the future.
Reviewed By: jvillard
Differential Revision: D10123364
fbshipit-source-id: c217f4366
7 years ago
Josh Berdine
40ab73037e
[ocamlformat] upgrade to ocamlformat 0.7
...
Reviewed By: mbouaziz
Differential Revision: D9496601
fbshipit-source-id: 83c6fd241
7 years ago
Julian Sutherland
66e737a3b4
refactoring itv, moved Ints and NonZeroInt module to seperate file
...
Reviewed By: mbouaziz
Differential Revision: D9028914
fbshipit-source-id: 5212c8a87
7 years ago