Module to infer alpha equivalence of quantified formulas. Minor clean up of options.
authorajreynol <andrew.j.reynolds@gmail.com>
Mon, 29 Jun 2015 11:30:44 +0000 (13:30 +0200)
committerajreynol <andrew.j.reynolds@gmail.com>
Mon, 29 Jun 2015 11:30:44 +0000 (13:30 +0200)
commita401cd2deb921c3499d8fdbe0d14cfee67c92737
tree5d92f83ef10fca5a05912a1a93527fbe555451af
parent65c2e1688d83dfeb913b689c10d9b43c5dc89cc0
Module to infer alpha equivalence of quantified formulas.  Minor clean up of options.
15 files changed:
src/Makefile.am
src/smt/smt_engine.cpp
src/theory/datatypes/datatypes_sygus.cpp
src/theory/quantifiers/alpha_equivalence.cpp [new file with mode: 0755]
src/theory/quantifiers/alpha_equivalence.h [new file with mode: 0755]
src/theory/quantifiers/ce_guided_single_inv_sol.cpp
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/conjecture_generator.h
src/theory/quantifiers/first_order_reasoning.cpp [deleted file]
src/theory/quantifiers/first_order_reasoning.h [deleted file]
src/theory/quantifiers/options
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h