Refactor transcendental solver (#5514)
[cvc5.git] / src / theory / fp /
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...
2018-05-24 Andres NoetzliFix compiler warnings (#1959)
2018-05-14 MartinFloating point theory solver based on SymFPU (#1895)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2018-02-08 Tim KingFixing more inconsistent usages of override. (#1575)
2018-02-06 Tim KingResolving warnings from -Winconsistent-missing-override...
2018-01-27 Tim KingRemoving structurally dead code. (#1540)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-10-10 MartinAdd skeleton of the FP theory solver (#1130)
2017-10-03 MartinAdd 5 FP kinds for partial to total fn conversion ...
2017-10-02 Tim KingRemoving throw specifiers from TypeEnumeratorBase's...
2017-09-27 Martin BrainFix type checking of to_real (#1127)
2017-09-27 Martin BrainImprove FP rewriter: const folding, other (#1126)
2017-09-20 MartinAdd FP type enumerator and cardinality computer (#1104)
2017-09-15 MartinMake floating-point comparison operators chainable...
2017-09-14 MartinFloating point symfpu support (#1093)
2017-07-07 Mathias PreinerUpdate copyright headers.
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-03 Tim KingRemoving the throw specifiers from theory_fp_type_rules.h.
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-01-28 Tim KingAdding listeners to Options.
2016-01-06 Tim KingAdd SmtGlobals Class
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-05-12 barrettcwMerge pull request #74 from finnhaedicke/namespace_minisat
2015-04-23 Clark BarrettMerge branch 'master' into google
2015-04-21 Clark BarrettChanges needed to compile at Google, plus some bug...
2014-12-04 Martin BrainFloating point infrastructure.