Split transcendental solver to its own file (#4156)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 28 Mar 2020 00:53:59 +0000 (19:53 -0500)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2020 00:53:59 +0000 (17:53 -0700)
commit8ee4da5904e15c7900109a82ec126ce87715e548
tree7548cb80531009655b31ec579853671fb0559d8f
parent97f1e4592b617a5682a8e990b4f82d3cbb6ee037
Split transcendental solver to its own file (#4156)

* Attempting to split transcendental function solver

* Clean

* Format

* More

* Format

* Attempt link

* Format

* Fix

* Another refactor

* More

* More

* Rename

* Format

Co-authored-by: Ahmed Irfan <43099566+ahmed-irfan@users.noreply.github.com>
Co-authored-by: Aina Niemetz <aina.niemetz@gmail.com>
src/CMakeLists.txt
src/theory/arith/arith_utilities.cpp
src/theory/arith/arith_utilities.h
src/theory/arith/nl_lemma_utils.cpp [new file with mode: 0644]
src/theory/arith/nl_lemma_utils.h
src/theory/arith/nonlinear_extension.cpp
src/theory/arith/nonlinear_extension.h
src/theory/arith/transcendental_solver.cpp [new file with mode: 0644]
src/theory/arith/transcendental_solver.h [new file with mode: 0644]