-
Notifications
You must be signed in to change notification settings - Fork 6
/
TODO
30 lines (22 loc) · 925 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
3/23/2020
- Egcd2_bound seems to run a long time for solving equations. Need to run with -maxdeg 2. Suggestion: look at the traces and equations.
12/30
Todo:
- super z3 simplify symbolic state
- set a bound on input value values (use CILL to do this)
https://bitbucket.org/nguyenthanhvuh/dig/src/default/results/icse2013_mpp.txt
the PartialIncrement5 takes a long time for generating rand inputs
For random inputs, may be favor positive ones
min/max plus: ignore all octagonals, ignore anything that only has inp vars
8/2
- From traces: need mpp, need floating point support (right now just int)
5/21
- write traces to tmpdir .. done
- read traces from tmpdir, (re)infer invariants
- WeakMPP code from old DIG
- Dig issue
- New Idea: Pure Dynamic analysis on Traces
- NEw idea: CEGIR on *traces*
- NEw idea: Prepost conds
- New idea: Max/Min plus
- New idea: work on class file, incremental symbolic states ?