Reimplement support for relational triggers (#7063)
[cvc5.git] / src / theory / theory_state.h
2021-10-04 Andrew ReynoldsMove isFiniteType from theory engine to Env (#7287)
2021-09-13 Andres NoetzliRemove context getters from `TheoryState` (#7174)
2021-09-09 Andres NoetzliRemove `TheoryState::getEnv()` (#7163)
2021-09-09 Andres NoetzliRemove `TheoryState::options()` (#7148)
2021-09-03 Aina Niemetztheory: Have more classes in theory with reference...
2021-08-19 Gereon KremerStart using Options via Env in arithmetic (#7032)
2021-08-17 Gereon KremerPush Env class into TheoryState (#7012)
2021-04-14 Aina NiemetzRename public and private headers in src/include. ...
2021-04-12 Andrew ReynoldsFix computation of whether a type is finite (#6312)
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-09 Aina NiemetzRename CVC4__ header guards to CVC5__. (#6326)
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-02-24 Andrew ReynoldsAdd interface to TheoryState for sort inference and...
2021-01-28 Andrew ReynoldsUse standard equality engine information in quantifiers...
2021-01-27 Andrew ReynoldsUse standard conflict mechanism in quantifiers state...
2020-09-22 Mathias PreinerAdd simple BV solver (#5065)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-11 Andrew ReynoldsMove finite model minimization to UF last call effort...
2020-09-04 Mathias PreinerSplit lazy bit-vector solver from TheoryBV (#5009)
2020-08-19 Andrew ReynoldsMake sets and strings solver states inherit from Theory...
2020-08-18 Andrew ReynoldsIntroduce the theory state object (#4910)