Move rep set iterator to its own file (#8647)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 26 Apr 2022 22:06:45 +0000 (17:06 -0500)
committerGitHub <noreply@github.com>
Tue, 26 Apr 2022 22:06:45 +0000 (22:06 +0000)
commit06b0f44a375a74780f91efd4cbf6afc127acd8be
tree75705ce73bc54e8791cfa83bbe28274767699229
parent412c9d57d0af0cc85c745a0cd32642a0aee8e7e8
Move rep set iterator to its own file (#8647)
12 files changed:
src/CMakeLists.txt
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/quantifiers/fmf/full_model_check.cpp
src/theory/quantifiers/quant_bound_inference.cpp
src/theory/quantifiers/quant_bound_inference.h
src/theory/quantifiers/quant_rep_bound_ext.cpp
src/theory/quantifiers/quant_rep_bound_ext.h
src/theory/rep_set.cpp
src/theory/rep_set.h
src/theory/rep_set_iterator.cpp [new file with mode: 0644]
src/theory/rep_set_iterator.h [new file with mode: 0644]