smbc icon indicating copy to clipboard operation
smbc copied to clipboard

support infinite quantifiers

Open c-cube opened this issue 8 years ago • 0 comments

support quantifiers on datatypes, using undefined:

  • ∀x. p x should become, for bound 3: p 0 ∧ p (s 0) ∧ p (s (s 0)) ∧ p (s (s (s undefined)))
  • be careful about unsat/unknown
  • allow such quantifiers in input
  • do the same for functions? not obvious!

c-cube avatar Jun 22 '17 16:06 c-cube