We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b3bc4 commit a8c149bCopy full SHA for a8c149b
src/util/precisionUtil.ml
@@ -1,5 +1,5 @@
1
(* We define precision by the number of IntDomains activated.
2
- * We currently have 4 types: DefExc, Interval, Enums, Congruence, IntervalSet *)
+ * We currently have 5 types: DefExc, Interval, Enums, Congruence, IntervalSet *)
3
type int_precision = (bool * bool * bool * bool * bool)
4
(* Same applies for FloatDomain
5
* We currently have only an interval type analysis *)
0 commit comments