Document term db (#1220)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 28 Oct 2017 14:13:13 +0000 (09:13 -0500)
committerGitHub <noreply@github.com>
Sat, 28 Oct 2017 14:13:13 +0000 (09:13 -0500)
commit34e84a25a044e3af192bb69089467c2125911900
tree924a3ae0894bfec136f91949a1bf55e19c4125da
parent675e82e32a34911163f9de0e6389eb107be5b0f1
Document term db (#1220)

* Document TermDb and related classes. Minor changes to quantifiers utils and their interface.  Address some comments left over from PR 1206.

* Minor

* Minor

* Change namespace style.

* Address review

* Fix incorrectly merged portion that led to regression failures.

* New clang format, fully document relevant domain.

* Clang format again.

* Minor
15 files changed:
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/equality_query.h
src/theory/quantifiers/full_model_check.cpp
src/theory/quantifiers/inst_propagator.h
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/quantifiers_attributes.cpp
src/theory/quantifiers/quantifiers_attributes.h
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers/term_util.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/theory.h