Use Env class in nonlinear extension (#7039)
[cvc5.git] / src / theory / arith / nl / iand_solver.cpp
2021-08-20 Gereon KremerUse Env class in nonlinear extension (#7039)
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
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-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-19 Andrew ReynoldsRefactoring theory inference process (#5920)
2021-02-19 Gereon KremerCleanup of inferences in arithmetic theory (#5927)
2021-02-11 Gereon KremerMerge InferenceIds into one enum (#5892)
2021-02-01 Andrew ReynoldsEliminate PREPROCESS lemma property (#5827)
2020-12-07 makaimannAdd bitwise refinement mode for IAND (#5328)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-11-20 Gereon KremerAllow to pass ProofGenerator to arithmetic inference...
2020-10-14 yoni206bv2int: implementing the iand-sum mode (#5265)
2020-10-10 yoni206bv2int: bvand translation code move (#5227)
2020-09-23 Gereon KremerMake IAND solver use inference manager. (#5126)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-03 Gereon KremerBasic integration of arith::InferenceManager (#4999)
2020-08-28 Gereon KremerMake iand lemmas use proper Inference types. (#4956)
2020-07-01 Andrew ReynoldsAdd solver for integer AND (#4681)