Tagged Questions
5
votes
2answers
98 views
Is there a static invariant discovery tool for C programs?
I'm looking for a tool that can statically discover invariants in C programs. I checked out Daikon but it discovers invariants only dynamically.
Is there a tool available for what I'm looking for? ...