Decouple modules from TheoryArithPrivate (#5184)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 2 Oct 2020 14:06:02 +0000 (09:06 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Oct 2020 14:06:02 +0000 (09:06 -0500)
commit3051fd4ea618348da9a0b856b7bb07fcda027839
treeff7870f6eb4eb875da499bcb285007fdc33a9a74
parentd3fcaabbafdfebe17aa20f656ff2d3922d0dcb96
Decouple modules from TheoryArithPrivate (#5184)

This decouples the arithmetic rewriter, the operator eliminator and the non-linear extension from TheoryArithPrivate and performs some minor cleanup.

This is in preparation for further refactoring of (lazy) arithmetic operator elimination.
src/CMakeLists.txt
src/theory/arith/callbacks.h
src/theory/arith/congruence_manager.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arith/theory_arith_private.cpp
src/theory/arith/theory_arith_private.h
src/theory/arith/theory_arith_private_forward.h [deleted file]