Use Env class in nonlinear extension (#7039)
[cvc5.git] / src / theory / arith / nl / cad / cdcac.cpp
2021-08-20 Gereon KremerUse Env class in nonlinear extension (#7039)
2021-07-06 Gereon KremerIntegrate Lazard into CAD module (#6812)
2021-06-29 Gereon KremerAdd new variants for the CAD projection (#6794)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-24 Gereon Kremer(proof-new) Add proofs for CAD solver (#5981)
2021-02-22 Gereon Kremeradd pruneRedundantIntervals (#5950)
2021-01-07 Gereon KremerMake sure polynomials are properly factorized in nl...
2020-10-01 Gereon KremerAllow to use the initial assignment for CAD (#5177)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-17 Gereon Kremer(cad-solver) Fix square-free-basis computation (#5085)
2020-08-19 Gereon Kremer(cad solver) Add a partial check method. (#4904)
2020-08-16 Gereon Kremer(cad solver) Use the current model as initial assignmen...
2020-08-14 Gereon KremerInspect roots to avoid certain resultants (Algorithm...
2020-08-12 Gereon KremerAdd naive support for integer variables. (#4835)
2020-07-30 Gereon KremerCad implementation (#4774)
2020-07-30 Gereon KremerAdds the interface for the CAD-based arithmetic solver...