Fix non-linear for unknown case (#6252)
[cvc5.git] / src / util /
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-29 Aina NiemetzFloatingPointLiteral: Constructor for special consts...
2021-03-26 Aina NiemetzFloatingPointLiteral: Make constructors that shouldn...
2021-03-25 Aina NiemetzFP: Refactor FloatingPointLiteral in preparation for...
2021-03-22 Aina NiemetzFP: Add documentation for FloatingPointLiteral construc...
2021-03-19 Aina NiemetzBitVector: Change setBit to set the bit in place. ...
2021-03-19 Aina NiemetzFP: Use setBit instead of bv or in conversion from...
2021-03-16 Mathias Preinercmake: Generate cvc4_export.h and set visibility to...
2021-03-15 Gereon KremerReplace HistogramStat by IntegralHistogramStat (#6126)
2021-03-11 Gereon KremerFirst refactoring of statistics classes (#6105)
2021-03-11 Mathias PreinerUse CVC4_ASSERTIONS instead of NDEBUG. (#6099)
2021-03-10 Mathias PreinerUse Assert instead of assert. (#6095)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-04 Aina NiemetzNew C++ API: Clean up usage of internal Result. (#6043)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-02 Mathias PreinerRemove non-ASCII characters from source files. (#6039)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-25 Mathias PreinerEnable -Werror. (#5969)
2021-02-23 Mathias PreinerSwitch to C++17. (#5959)
2021-02-22 Gereon Kremer(proof-new) Add new arithmetic kind INDEXED_ROOT_PREDIC...
2021-02-17 Gereon KremerAdd new IntegralHistogramStat (#5898)
2021-02-01 Abdalrhman MohamedAvoid calling the printers while converting sexpr to...
2020-12-15 Gereon KremerAdd getters to retrieve constants from api::Term (...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Aina NiemetzRemove use of this-> in FP literal. (#5565)
2020-11-30 Aina Niemetzfloatingpoint: Use unique_ptr for FloatingPointLiteral...
2020-11-21 Aina NiemetzRename symfpu_literal.(h.in|cpp) -> floatingpoint_liter...
2020-11-21 Aina NiemetzRename floatingpoint.h.in -> floatingpoin.h. (#5500)
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-19 Aina Niemetzfloatingpoint.h: Split in preparation to cleanly separa...
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-18 Aina NiemetzFloatingPoint: Use uint32_t instead of unsigned. (...
2020-11-18 Aina NiemetzFloatingPoint: Clean up and document header, format...
2020-11-16 Gereon KremerImprove accuracy of resource limitation (#4763)
2020-10-20 Aina NiemetzInteger (CLN): Minor improvements. (#5306)
2020-10-19 Aina NiemetzInteger: CLN: Move implementation of member functions...
2020-10-05 Aina NiemetzInteger: GMP: Move implementation of member functions...
2020-10-01 Aina NiemetzFloatingPoint: Add utility functions for largest and...
2020-10-01 Aina NiemetzBitVector: Extend interface of setBit to set it to...
2020-09-30 Aina NiemetzFloatingPoint: Add utility functions for largest and...
2020-09-23 Aina NiemetzFP: Use Assert instead of AlwaysAssert in traits::...
2020-09-23 Andres Noetzli[Python API] Conversion to/from Unicode strings (#5120)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-08 Mathias PreinerFix printing of fp values. (#5041)
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-09-01 FabianWolffFix spelling errors (#4977)
2020-07-21 Gereon KremerPreparations for a CAD-based arithmetic solver (#4762)
2020-07-17 Andrew ReynoldsReplace options listener infrastructure (#4764)
2020-07-17 Gereon KremerIntegration of libpoly (#4679)
2020-07-16 Gereon KremerResource manager cleanup (#4732)
2020-07-16 Gereon KremerRemove cumulative time limits and cpu time limits ...
2020-07-13 Andrew ReynoldsAdd support for string/sequence update (#4725)
2020-07-03 Andres NoetzliRemove SWIG bindings (#4683)
2020-06-30 Andrew ReynoldsAdd internal support for integer and operator (#4668)
2020-06-25 Andrew ReynoldsRemove sygus1 parser (#4651)
2020-06-22 Aina Niemetzget-authors: Add alias for nafur. (#4646)
2020-06-22 nafurAllow for better interaction of Integer/Rational with...
2020-06-18 Andres NoetzliImprove memory management in Java bindings (#4629)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-05 Haniel BarbosaPrinting FP values as binary or indexed BVs according...
2020-05-27 MartinTweak the use of static_assert to support older compile...
2020-05-26 MartinFix an incorrect limit in conversion from real to float...
2020-05-19 Andrew ReynoldsUpdate enum and option names for sygus languages (...
2020-04-15 Andrew ReynoldsConvert more cases of strings to words (#4206)
2020-04-01 Aina NiemetzRename checkValid/query to checkEntailed. (#4191)
2020-03-30 Andrew ReynoldsRewrites for all remaining return statements in strings...
2020-03-30 Andrew ReynoldsSupport indexed operators re.loop and re.^ (#4167)
2020-03-27 Andrew ReynoldsMove string utility file (#4164)
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-25 Andres NoetzliSupport async-signal-safe printing of inferences (...
2020-03-10 Aina NiemetzFix issue with reset-assertions. (#3988)
2020-03-09 Andrew ReynoldsConvert more uses of strings to words (#3921)
2020-02-27 Andres NoetzliFix -Wshadow warnings in common headers (#3826)
2020-02-24 Andrew ReynoldsUtilities for words (#3797)
2020-02-20 Andres NoetzliRemove unused code (#3782)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-01-29 Andrew ReynoldsFix isLeq function in String utility (#3659)
2020-01-10 Andres NoetzliFix printing of models of uninterpreted sorts (#3597)
2019-12-23 Andrew ReynoldsInitial support for string reverse (#3581)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-08 Mathias Preinercmake: Disable C++ GNU extensions. (#3446)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-09-07 Andrew ReynoldsRemove portfolio (#3236)
2019-09-06 Mathias PreinerRemove SMT1 parser. (#3228)
2019-07-31 Andrew ReynoldsEager conflict detection in strings based on constant...
2019-07-22 Andres NoetzliAvoid move constructor of std::fstream for GCC < 5...
2019-07-01 Andrew ReynoldsSupport sygus version 2 format (#3066)
2019-06-22 Andres NoetzliAdd floating-point support in the Java API (#3063)
2019-06-21 Andres NoetzliUse TMPDIR environment variable for temp files (#2849)
2019-06-03 Andres NoetzliEnable SymFPU assertions in production (#3036)
2019-05-16 Andres NoetzliFix iterators in Java API (#3000)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-18 Aina NiemetzBitVector: Allow base 10 in constructor. (#2870)
2019-02-04 Andres NoetzliAdd rewrite for contains + const strings replace (...
2018-12-14 Aina NiemetzFixed typos.
2018-10-19 Mathias PreinerRemove autotools build system. (#2639)
2018-10-19 Andres NoetzliFix util::Random for macOS builds (#2655)
2018-10-09 Aina NiemetzRandom: support URNG interface (#2595)
next