ModelInference / texada

Efficient techniques for mining LTL formulae over linear input traces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename variables in Quarry to be unique

bestchai opened this issue · comments

  • Quarry flattens scope so we don't know which variable is referenced in a Quarry invariant.
  • Daikon does not infer invariants about local variables, but does infer invariants about parameters
  • We need to rename parameters to be unique so that invariants are inferred properly

[Issue created by carolemieux: 2015-05-10]