Use lemma property enum for OutputChannel::lemma (#4755)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 28 Jul 2020 16:03:33 +0000 (11:03 -0500)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 16:03:33 +0000 (11:03 -0500)
commitc38f35164adc5ab255803765a568ef820fa8f3b2
tree6cbd4b21e8e9ff364b5b2f14467cd986ea69acf2
parentb90cfb462bde3e75c07bb14e2393ee8e4b4f4d42
Use lemma property enum for OutputChannel::lemma (#4755)

There are 3 Boolean flags for OutputChannel::lemma, and plans to add another for relevance.

This makes them into a enum.
24 files changed:
src/CMakeLists.txt
src/proof/proof_output_channel.cpp
src/proof/proof_output_channel.h
src/theory/arith/nl/nl_lemma_utils.cpp
src/theory/arith/nl/nl_lemma_utils.h
src/theory/arith/nl/nonlinear_extension.cpp
src/theory/arith/nl/nonlinear_extension.h
src/theory/arrays/theory_arrays.cpp
src/theory/datatypes/theory_datatypes.cpp
src/theory/engine_output_channel.cpp
src/theory/engine_output_channel.h
src/theory/ext_theory.cpp
src/theory/fp/theory_fp.cpp
src/theory/output_channel.cpp [new file with mode: 0644]
src/theory/output_channel.h
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers_engine.cpp
src/theory/sets/inference_manager.cpp
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_test_utils.h
test/unit/theory/theory_engine_white.h
test/unit/theory/theory_white.h