Split, refactor and document the theory of sets (#3085)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 13 Sep 2019 17:56:21 +0000 (12:56 -0500)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 17:56:21 +0000 (12:56 -0500)
commitbfd8e5426cfa5d8955e62c822d61536e42b3eff9
tree6ba7699290e52c36763b12979abc3c2b936a67a0
parentf62cb035e728c77facc94c5dfe3a8a2df65aa3a7
Split, refactor and document the theory of sets (#3085)
13 files changed:
src/CMakeLists.txt
src/theory/sets/cardinality_extension.cpp [new file with mode: 0644]
src/theory/sets/cardinality_extension.h [new file with mode: 0644]
src/theory/sets/inference_manager.cpp [new file with mode: 0644]
src/theory/sets/inference_manager.h [new file with mode: 0644]
src/theory/sets/solver_state.cpp [new file with mode: 0644]
src/theory/sets/solver_state.h [new file with mode: 0644]
src/theory/sets/theory_sets.cpp
src/theory/sets/theory_sets.h
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/sets/theory_sets_rels.cpp
src/theory/sets/theory_sets_rels.h