fix incorrect 64-bit detection -- powerpc64le doesn't end in 64 but is 64-bit
[cvc5.git] / src /
2022-04-05 Aina Niemetzapi: Fix doc generation for kinds in java API. (#8576)
2022-04-05 Mathias PreinerUpdate copyright headers for release 1.0 (#8539)
2022-04-05 Andrew ReynoldsMake inst constant attribute robust to purification...
2022-04-05 Gereon KremerMake rewriter more robust against RAN becoming rational...
2022-04-05 Aina Niemetzapi: More fixes in the java API. (#8571)
2022-04-05 Andrew ReynoldsBe permissive for subtyping in function definitions...
2022-04-05 Aina Niemetzapi: More fixes in C++ API docs. (#8570)
2022-04-05 Aina Niemetzapi: Fix OptionInfo docs for java API. (#8569)
2022-04-05 Aina Niemetzapi: Fixes in docs for Op. (#8565)
2022-04-05 Aina Niemetzapi: Fixes for Grammar docs in java API. (#8563)
2022-04-05 Aina Niemetzapi: Fixes in java api docs. (#8562)
2022-04-05 Aina Niemetzapi: Fixes in docs for DatatypeConstructor. (#8561)
2022-04-04 Aina Niemetzapi: More fixes in docs. (#8559)
2022-04-04 Aina Niemetzapi: First batch of fixes in the api docs. (#8558)
2022-04-04 Gereon KremerFix links when converting kinds documentation to python...
2022-04-04 Aina Niemetzpython api: More fixes. (#8556)
2022-04-04 Gereon KremerRemove duplicate lines (#8552)
2022-04-04 Aina Niemetzapi: Various fixes in Python documentation. (#8554)
2022-04-04 Gereon KremerVarious improvements and fixes in the documentation...
2022-04-04 Andrew ReynoldsRename getInstantiatedConstructorTerm to getInstantiate...
2022-04-04 Andrew ReynoldsUse raw symbols in proofs (#8550)
2022-04-04 Haniel Barbosa[proofs] [sat] Make SAT assumption bookeeping robust...
2022-04-04 Andrew ReynoldsFix for get-value with empty uninterpreted sort domain...
2022-04-02 Andrew ReynoldsRename mkSygusGrammar to mkGrammar (#8544)
2022-04-02 Andrew ReynoldsRemove variant of mkDatatypeDecl with one sort paramete...
2022-04-02 Aina Niemetzapi: Rename get(Selector|Constructor)Term() to getTerm...
2022-04-02 Gereon KremerFollow renaming within pythonic API (#8532)
2022-04-02 Andrew ReynoldsIgnore irrelevant exponential terms (#8534)
2022-04-02 Aina Niemetzapi: Remove DatatypeConstructor::getSelectorTerm()...
2022-04-02 Andrew ReynoldsRequire that used model values are constant in CEGQI...
2022-04-02 Andrew ReynoldsAdd a few miscellaneous pieces of documentation (#8533)
2022-04-02 mudathirmahgoubRemove java API methods that accepts lists as arguments...
2022-04-02 Andrew ReynoldsAdd more explanations in the API (#8493)
2022-04-01 Gereon KremerSimplify the python base API in a few places (#8514)
2022-04-01 Andrew ReynoldsSimplifications to the datatypes API (#8511)
2022-04-01 Mathias Preinerdocs: Document UnknownExplanation. (#8508)
2022-04-01 Gereon KremerPrevent using the coverings solver with extended operat...
2022-04-01 Aina Niemetzapi kinds: Refactor docs for kinds to properly render...
2022-04-01 Aina Niemetzapi: Remove Datatype::getConstructorTerm(). (#8529)
2022-04-01 Haniel Barbosa[proofs] [doc] Document string rules (#8498)
2022-04-01 Gereon KremerDocument special member functions in python API (#8513)
2022-04-01 Aina NiemetzPython API: Do not rename enumerators. (#8507)
2022-04-01 Haniel Barbosa[proofs] [alethe] Fix Alethe post-processor (#8525)
2022-04-01 Andrew ReynoldsInternal simplifications to constructing datatypes...
2022-04-01 Gereon KremerRemove decorator from python API (#8505)
2022-04-01 Andres Noetzli[API] Add mode argument for `Solver::blockModel()`...
2022-04-01 Andres NoetzliRemove `UnknownExplanation::NO_STATUS` (#8518)
2022-04-01 mudathirmahgoubFix javadoc custom tag warning (#8502)
2022-04-01 Mathias Preinerdocs: Add documentation for modes. (#8509)
2022-04-01 Aina NiemetzPython api: Various fixes in docs. (#8480)
2022-04-01 Andres Noetzli[API] Remove redundant version of `mkFunctionSort`...
2022-04-01 Andrew ReynoldsFix sygus-inst when combined with bounded string quanti...
2022-04-01 Mathias Preinerapi: Swap arguments of declareSygusVar. (#8499)
2022-04-01 Mathias Preinerapi: Use std::optional for symbols in mk* functions...
2022-03-31 Andrew ReynoldsHandled quoted symbols in indexed operators (#8491)
2022-03-31 Aina NiemetzVarious fixes related to isDatatypeXXX checks. (#8473)
2022-03-31 Aina NiemetzSort, TypeNode: Rename functions related to datatypes...
2022-03-31 Andrew ReynoldsDisable minisat variable elimination when a parametric...
2022-03-31 Aina Niemetzapi: Remove warning for Sort::instantiate(). (#8475)
2022-03-31 Andrew ReynoldsDo not export dt.size (#8483)
2022-03-31 Andrew ReynoldsFix check for whether PI is reduced (#8485)
2022-03-31 Gereon KremerImprove documentation for Statistics in C++ API (#8476)
2022-03-31 Haniel Barbosa[proofs] Adding post-visit processing to proof node...
2022-03-31 Andres NoetzliFix Java examples (#8484)
2022-03-31 Andrew ReynoldsFix lower vs upper bound issue for eager RE conflicts...
2022-03-31 Gereon KremerImprove documentation for OptionInfo (#8474)
2022-03-31 Andres NoetzliMove Java package to `io.github.cvc5` (#8469)
2022-03-31 Haniel Barbosa[proofs] [doc] Documenting arrays, bit-vectors, datatyp...
2022-03-31 Haniel Barbosa[proofs] [doc] Document equality rules (#8462)
2022-03-31 Andrew ReynoldsFix non-termination in the strings rewriter (#8438)
2022-03-31 Aina Niemetzapi: Mark experimental kinds. (#8464)
2022-03-31 Andrew ReynoldsFix case of Boolean skolem for ground term E-matching...
2022-03-31 Mathias Preinerapi: Remove isUninterpretedSortParameterized from heade...
2022-03-30 Gereon KremerAllow for multiple (equal) base model values (#8467)
2022-03-30 Mathias PreinerMove cvc5::internal::context to cvc5::context. (#8451)
2022-03-30 mudathirmahgoubPatch cross reference in Kind.java documentation (...
2022-03-30 Aina Niemetzapi: Add Sort::getUninterpretedSortConstructor(). ...
2022-03-30 Andrew ReynoldsFix policy for purifying arguments of exp (#8416)
2022-03-30 Andrew ReynoldsFixes for sygus-inst (#8448)
2022-03-30 Andrew ReynoldsFix subtype issue in cegqi arithmetic (#8440)
2022-03-30 Aina NiemetzTypeNode: Unify functions to instantiate parametric...
2022-03-30 Andres Noetzli[API] Move `UnknownExplanation` to `cvc5_types.h` ...
2022-03-30 Haniel Barbosa[proof] [doc] Document external proof rules (#8439)
2022-03-30 Mathias PreinerMove cvc5::internal::main to cvc5::main. (#8454)
2022-03-30 yoni206Add information for cardinality constraint to the Pytho...
2022-03-30 yoni206Adding some missing python API methods and tests (...
2022-03-30 Andrew ReynoldsChange tuple tokens and update datatypes theory ref...
2022-03-30 Andrew ReynoldsAdd LFSC to internal proof checker (#8442)
2022-03-30 mudathirmahgoubFix some documentation warnings (#8453)
2022-03-30 Mathias PreinerRename master branch to main. (#8452)
2022-03-30 Abdalrhman MohamedShow the code for utilities in the docs. (#8387)
2022-03-30 Aina NiemetzTypeNode: Rename isSort() and getSortConstructorArity...
2022-03-29 Mathias PreinerIntroduce internal namespace and remove api namespace...
2022-03-29 Aina Niemetzapi: Add Sort::getInstantiatedParameters(). (#8445)
2022-03-29 yoni206bv-to-int: fix translation of bvneg (#8437)
2022-03-29 Andrew ReynoldsMake ensureTermSort private (#8436)
2022-03-29 Andrew ReynoldsAdd information for cardinality constraint to the API...
2022-03-29 Andrew ReynoldsMake ProofNodeManager mkScope more robust (#8435)
2022-03-29 Andrew ReynoldsFix issue related to use of Boolean term variable for...
2022-03-29 Andres Noetzli[API] Add `{is,get}RoundingModeValue()` (#8429)
next