Rename UF with cardinality extension (#3241)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 12 Sep 2019 23:35:57 +0000 (18:35 -0500)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 23:35:57 +0000 (18:35 -0500)
commitf62cb035e728c77facc94c5dfe3a8a2df65aa3a7
tree20e8c8bdb3d89951596290c437266175bb30852b
parenta117e2b45539a822aa480b90558c2c0da6031dd9
 Rename UF with cardinality extension (#3241)
13 files changed:
src/CMakeLists.txt
src/options/options_handler.cpp
src/options/uf_options.toml
src/options/ufss_mode.h
src/theory/quantifiers/fmf/model_builder.cpp
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/uf/cardinality_extension.cpp [new file with mode: 0644]
src/theory/uf/cardinality_extension.h [new file with mode: 0644]
src/theory/uf/equality_engine.cpp
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
src/theory/uf/theory_uf_strong_solver.cpp [deleted file]
src/theory/uf/theory_uf_strong_solver.h [deleted file]