Reimplement support for relational triggers (#7063)
[cvc5.git] / src / theory / fp /
2021-09-21 Andres NoetzliFix handling of conversions between FP and reals (...
2021-09-13 Aina NiemetzFP: Rename FpConverter to FpWordBlaster. (#7170)
2021-09-10 Aina NiemetzFP: Enable caching in the theory inference manager...
2021-09-10 Aina NiemetzFP: Use EnvObj::rewrite() and options() in theory_fp...
2021-09-10 Aina NiemetzFP: Do not send trivial lemmas. (#7167)
2021-09-07 Andres NoetzliUse `EnvObj` methods instead of `Theory` methods (...
2021-08-17 Gereon KremerPush Env class into TheoryState (#7012)
2021-08-16 Gereon KremerMake Theory class use Env (#7011)
2021-07-23 Aina NiemetzFP: Add option to word-blast more lazily. (#6904)
2021-06-29 Aina NiemetzFP: Refactor, rewrite and clean up word blasting. ...
2021-06-23 Aina NiemetzFP: Remove sections guarded with undefined macro SYMFPU...
2021-06-16 Aina NiemetzMake symfpu a required dependency. (#6749)
2021-05-27 Aina NiemetzFP: Rename FLOATINGPOINT_PLUS to FLOATINGPOINT_ADD...
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-05-24 Andrew ReynoldsMove proof utilities to src/proof/ (#6611)
2021-05-21 Andres NoetzliSupport braced-init-lists with `mkNode()` (#6580)
2021-05-21 Aina NiemetzBV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
2021-05-19 Andrew ReynoldsAdd more missing inference ids (#6313)
2021-05-13 Mathias PreinerAdd std::hash overloads for Node, TNode and TypeNode...
2021-05-04 Aina NiemetzFP: Move removal of generic to_fp operations to rewrite...
2021-05-04 Aina NiemetzFP: Move type check from expandDefinitions. (#6479)
2021-05-03 Aina NiemetzFP: Rewrite to_fp conversion from signed bit-vector...
2021-04-30 Aina NiemetzAdd parameter name for argument `isPreRewrite` for...
2021-04-22 Andrew ReynoldsMove expand definition from Theory to TheoryRewriter...
2021-04-20 Andrew ReynoldsSplit FP expand definitions to own module (#6392)
2021-04-15 Aina NiemetzRename occurrences of CVC4 to CVC5. (#6351)
2021-04-14 Gereon KremerRefactor / reimplement statistics (#6162)
2021-04-14 Aina NiemetzRename public and private headers in src/include. ...
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-09 Aina NiemetzRename CVC4__ header guards to CVC5__. (#6326)
2021-04-07 Andrew ReynoldsReplace calls to NodeManager::mkSkolem with SkolemManag...
2021-04-06 Andres NoetzliRemove template argument from `NodeBuilder` (#6290)
2021-04-05 Haniel Barbosa[proof-new] Registering proof checkers uniformly from...
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-31 Aina NiemetzFP: Move implementation of type rules from header to...
2021-03-25 Aina NiemetzFP: Refactor FloatingPointLiteral in preparation for...
2021-03-21 Andrew ReynoldsClean up remaining raw uses of output channel (#6161)
2021-03-10 Andrew Reynolds(proof-new) Update ppRewrite to use skolem lemmas ...
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-06 Mathias PreinerRemove partial UDIV/UREM operators. (#6069)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-01 Andrew ReynoldsEliminate PREPROCESS lemma property (#5827)
2021-01-28 Andrew ReynoldsSimplify lemma interface (#5819)
2020-12-09 Andrew ReynoldsDo not check FP at last call if not necessary (#5627)
2020-12-07 Andrew ReynoldsDo not expand theory definitions at the beginning of...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-11-30 Aina Niemetzfp_converter: Properly separate out symbolic glue code...
2020-11-30 Andrew ReynoldsRemove includes for old API from internal code (#5536)
2020-11-21 Aina NiemetzRename symfpu_literal.(h.in|cpp) -> floatingpoint_liter...
2020-11-20 Aina NiemetzRoundingMode: Rename enum values to conform to code...
2020-11-20 Aina NiemetzFloatingPoint: Separate out symFPU glue code. (#5492)
2020-11-18 Aina NiemetzFloatingPoint: Clean up and document header, format...
2020-10-03 Andrew ReynoldsStandardization of Theory (#5181)
2020-09-23 Aina NiemetzFP: Use Assert instead of AlwaysAssert in traits::...
2020-09-22 Aina NiemetzFP: Use Assert instead of PRECONDITION macro in convert...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
2020-08-28 Andrew Reynolds(new theory) Update TheoryFP to the new interface ...
2020-08-24 Andrew ReynoldsExtend the standard Theory template based on equality...
2020-08-20 Andrew ReynoldsAdd TheoryState objects to each Theory (#4920)
2020-08-20 Andrew ReynoldsSimplify trigger notifications in equality engine ...
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-08-14 Andrew ReynoldsSimplify equality engine notifications (#4896)
2020-07-28 Andrew ReynoldsUse lemma property enum for OutputChannel::lemma (...
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-08 Andres NoetzliPerform theory widening eagerly (#4044)
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-04 Aina Niemetz--fp-exp: Better warning message. (#3709)
2019-12-18 Andres NoetzliAvoid calling rewriter from type checker (#3548)
2019-12-13 Aina Niemetz FP converter: convert: Use std::vector as instead...
2019-12-09 Andres NoetzliMake theory rewriters non-static (#3547)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-06-03 Andres NoetzliEnable SymFPU assertions in production (#3036)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-04-05 Haniel Barbosafix fp issue (#2940)
2019-04-04 Haniel BarbosaIgnoring FP benchmarks with "unsafe" sizes unless optio...
2019-04-03 Aina NiemetzUpdate copyright headers.
2019-04-01 Andres NoetzliFP: Fix wrong model due to partial assignment (#2910)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-01-15 Andrew Reynolds Fix unsound double abs rewrite rule for FP (#2792)
2018-12-19 Andrew ReynoldsFix issues with REWRITE_DONE in floating point rewriter...
2018-11-21 MartinObvious rewrites to floating-point < and <=. (#2706)
2018-11-21 Andrew Reynolds Fix type enumerator for FP (#2717)
2018-10-04 Aina NiemetzFix compiler warnings. (#2585)
2018-09-22 Mathias Preinercmake: Remove unused CMakeLists.txt
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-08-28 Andres NoetzliRemove throw specifiers in FP type checker (#2392)
2018-08-28 Andres NoetzliRemove dead code in fp_converter (#2388)
2018-07-15 Andres NoetzliAvoid ambiguous overloads in BitVector (#2169)
2018-07-06 MartinFeature/fp rewrite improvement (#2154)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-06-11 Andrew ReynoldsFix equality conflicts reported by FP (#2064)
2018-06-04 Andrew ReynoldsEnable cegqi (with model values) for floating point...
next