New module for generating candidate equality conjectures used in inductive proofs...
authorajreynol <andrew.j.reynolds@gmail.com>
Thu, 31 Jul 2014 10:49:28 +0000 (12:49 +0200)
committerajreynol <andrew.j.reynolds@gmail.com>
Thu, 31 Jul 2014 10:49:28 +0000 (12:49 +0200)
commita9f4d3e2aed0c6d8d8b218c5f5d2bc95af2d45a6
treef05ce319e03a0c29cf4b220855f24884012ad954
parentc4d8629dc65d283a2fe03f6ad46ff3a65b9b62e4
New module for generating candidate equality conjectures used in inductive proofs.  Filtering currently includes: LHS generalizes a term from an active conjecture, terms must be canonical, conjecture must be confirmed by a ground witness, and cannot be falsified by a ground witness.  Refactoring of term database.  QcfEngine now uses central data structure for term indexing.  Add two options for quantifier instantiation : trigger selection mode --trigger-sel=mode, and --inst-no-entail which blocks all quantifier instantiations that are currently entailed (using an incomplete check).
17 files changed:
src/Makefile.am
src/theory/quantifiers/conjecture_generator.cpp [new file with mode: 0644]
src/theory/quantifiers/conjecture_generator.h [new file with mode: 0644]
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/inst_match_generator.cpp
src/theory/quantifiers/instantiation_engine.cpp
src/theory/quantifiers/modes.h
src/theory/quantifiers/options
src/theory/quantifiers/options_handlers.h
src/theory/quantifiers/quant_conflict_find.cpp [changed mode: 0644->0755]
src/theory/quantifiers/quant_conflict_find.h [changed mode: 0644->0755]
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h