-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnote
20 lines (17 loc) · 894 Bytes
/
note
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Relevant papers for citation:
=============================
1> Papers on incrementally closing octagons:
https://arxiv.org/pdf/1610.02952v1.pdf
2> Fast Polyhedra Abstract Domain -- POPL'17
Gagandeep Singh, Markus Püschel, Martin Vechev
3> Few points for camera-ready:
a> In contribution section: talk explicitly about propagation heuristic
instantiation with subdomain. Also, propagation heuristic helps to make
guided decisions.
b> Our implementation does not restrict the learnt clause with the initial
control-flow node unlike the previous work.
4> The previous ACDL instantiation with interval domain was restricted to CFG.
However, the input to our algorithm is set of SSA. We characterize the BCP phase
into two phases -- propagation in learnt clauses, and propagation in SSA using
forward, backward or multi-way strategy. Our ACDL instantiation support product
domains.