code2inv icon indicating copy to clipboard operation
code2inv copied to clipboard

Code2Inv: Learning Loop Invariants for Program Verification

Results 2 code2inv issues
Sort by recently updated
recently updated
newest added

@XujieSi Dr. Si, I am working on a new method to generate loop invariants. Code2inv is inspiring to my research. So, I plan to run a compare between the new...

I use a c program to generate graph,but I got this fault,what should I do to fix this? ``` (base) yy@ubuntu:~/code2inv/clang-fe/bin$ ./clang-fe -ssa /home/yy/symsan/tests/mini.c > mini.c.json 2>>/dev/null Segmentation fault (core...