Fix GLPK linking (#7357)
[cvc5.git] / src /
2021-10-14 Gereon KremerFix GLPK linking (#7357)
2021-10-13 Andrew ReynoldsEliminate uses of rewrite from datatypes theory (#7354)
2021-10-13 Andrew ReynoldsMake (proof) equality engine use Env (#7336)
2021-10-12 Andrew ReynoldsSimplify refinement in sygus solver (#7343)
2021-10-12 Andrew ReynoldsEliminate calls to currentResourceManager (#7350)
2021-10-12 Aina NiemetzClean up occurrences of SmtEngine in comments. (#7349)
2021-10-12 Aina NiemetzGet rid of unused member d_smtStats in ExpandDefs....
2021-10-12 Aina NiemetzRename SmtEngineState to SolverEngineState. (#7344)
2021-10-12 Gereon KremerFix glpk, add antlr.so (#7341)
2021-10-12 Andrew ReynoldsProvide a non-traversal interface to term formula remov...
2021-10-12 Andrew ReynoldsMinor cleaning of instantiation utilities (#7334)
2021-10-12 Andrew ReynoldsSimplify skolemization in sygus solver (#7331)
2021-10-12 Ouyanchengfix deprecation of std::iterator (#7332)
2021-10-11 Aina NiemetzRename SmtEngineStatistics to SolverEngineStatistics...
2021-10-11 Aina NiemetzRename SmtScope to SolverEngineScope. (#7284)
2021-10-11 Gereon KremerRevert #7257 (#7337)
2021-10-11 Andrew ReynoldsConnect the LFSC printer (#7323)
2021-10-11 Andrew ReynoldsAdd cardinality constraint utilities (#7286)
2021-10-11 Gereon KremerRestore compatibility with cmake 3.9 (#7329)
2021-10-09 Gereon KremerRemove static accesses to options where EnvObj is used...
2021-10-08 Andrew ReynoldsMake skolem definition manager robust to function skole...
2021-10-08 Andrew ReynoldsAdd argument to distinguish lemmas and input assertions...
2021-10-08 Andrew ReynoldsA few more miscellaneous uses of EnvObj (#7325)
2021-10-07 Andrew ReynoldsMove preprocessor to smt solver (#7321)
2021-10-07 Andrew ReynoldsFinish the LFSC printer (#7285)
2021-10-07 Andrew ReynoldsUse skolem lemma in prop layer interfaces (#7320)
2021-10-07 Gereon KremerAdd new versioning scheme (#7253)
2021-10-07 Andrew ReynoldsMake the cardinality of the alphabet of strings configu...
2021-10-07 mudathirmahgoubAdd missing functions in Term.java (#7297)
2021-10-07 Gereon KremerFix/Improve static and shared builds with CLN or Poly...
2021-10-07 Andrew ReynoldsMiscellaneous fixes from proof-new (#7313)
2021-10-07 Andrew ReynoldsFast exit for string extended equality rewriter (#7312)
2021-10-07 Andrew ReynoldsEliminate more circular dependencies on solver engine...
2021-10-07 Gereon KremerChange behaviour of Term::getRealValue() (#7316)
2021-10-06 Gereon KremerChange semantics of dumpUnsatCoresFull (#7314)
2021-10-06 Andrew ReynoldsRefactor skolem definitions notifications for the decis...
2021-10-06 Gereon KremerEnable static builds in CI (#7281)
2021-10-06 Andrew ReynoldsEliminate more hard coded uses of user context (#7309)
2021-10-06 Abdalrhman MohamedAvoid calling `quoteSymbol` multiple times. (#7307)
2021-10-05 Gereon KremerFirst round of refactoring on NlModel (#7255)
2021-10-05 Gereon KremerFinish refactoring on option handlers (#7295)
2021-10-04 Gereon KremerAdd sygus examples to documentation (#7303)
2021-10-04 Gereon KremerVarious improvements to documentation (#7283)
2021-10-04 Andrew ReynoldsRefactor internally generated bounded quantified formul...
2021-10-04 Andrew ReynoldsMove isFiniteType from theory engine to Env (#7287)
2021-10-04 Andrew ReynoldsMake decision engine use env (#7300)
2021-10-04 Andrew ReynoldsEliminating static calls to rewriter in quantifiers...
2021-10-04 Andrew ReynoldsEliminating static calls to rewriter from strings ...
2021-10-01 mudathirmahgoubUpdate java examples using the new Java API (#7225)
2021-10-01 Andrew ReynoldsUpdate theory preprocessor to use Env (#7288)
2021-10-01 Andrew ReynoldsFix ascription check for return types on ordinary funct...
2021-10-01 Andrew ReynoldsMake preregistration safe for uninterpreted constants...
2021-10-01 Gereon KremerClean options handlers (#7201)
2021-10-01 Gereon KremerFix some python docstrings which lead to sphinx warning...
2021-10-01 Andrew ReynoldsAdd the LFSC printer (#7158)
2021-10-01 Andrew ReynoldsAdd the print benchmark utility (#7196)
2021-10-01 Andrew ReynoldsUse the proper evaluator for optimized SyGuS datatype...
2021-10-01 Aina NiemetzRename SmtEngine to SolverEngine. (#7282)
2021-09-30 Aina NiemetzRename files smt_engine.(cpp|h) to solver_engine.(cpp...
2021-09-30 Gereon KremerIntegrate javadoc documentation (#7278)
2021-09-30 Mathias Preinerbv: Refactor ppRewrite and move to TheoryBV. (#7271)
2021-09-30 Gereon KremerRefactor our static builds (#7251)
2021-09-30 Mathias PreinerProperly cache assertions in static learning preprocess...
2021-09-30 mudathirmahgoubFinish the Java Api (#6396)
2021-09-30 Andrew ReynoldsMake theory engine modules use Env (#7277)
2021-09-30 Andrew ReynoldsSimplify the syntax and representation of the separatio...
2021-09-30 Gereon KremerRemove usage of static options in arithmetic theory...
2021-09-30 Abdalrhman MohamedPrint `str.is_digit` and `int.pow2` correctly. (#7276)
2021-09-30 Andres Noetzli[Printer] Only quote `set-info` value if necessary...
2021-09-29 Andres Noetzli[API] Update comments w.r.t. SymFPU, fix typos (#7263)
2021-09-29 Abdalrhman MohamedRemove support for extended `(check-sat <term>)` comman...
2021-09-29 Andrew ReynoldsProperly restrict PBE symmetry breaking for abduction...
2021-09-29 Andrew ReynoldsUpdate the syntax for tuples in smt2 (#7265)
2021-09-29 Andrew ReynoldsAdd the strings array solver (#7232)
2021-09-29 Andres NoetzliUpdate `--lang=help` (#7260)
2021-09-29 mudathirmahgoubAdd Statistics and Stat to the Java API (#7243)
2021-09-29 Gereon Kremerremove stuff (#7258)
2021-09-29 mudathirmahgoubAdd Sort.java to the java API (#6382)
2021-09-28 Gereon KremerRemove linking against RT (#7257)
2021-09-24 Andrew ReynoldsEliminate calls to Rewriter::rewrite from strings entai...
2021-09-23 Andrew ReynoldsGeneralize string enumerator for fixed length sequences...
2021-09-23 Gereon KremerEliminate Output macro in favor of simple Env functions...
2021-09-23 Lachnitt[proofs[ Alethe: Fix Order of Arguments of addAletheSte...
2021-09-23 Lachnitt[proofs] Alethe: Translate THEORY_REWRITE (#7236)
2021-09-23 Lachnitt[proofs] Alethe: Add Alethe Files to be Compiled ...
2021-09-23 Gereon KremerRefactor check interface of nonlinear extension (#7235)
2021-09-23 Andrew ReynoldsMore uses of EnvObj (#7230)
2021-09-23 Lachnitt[proofs] Alethe: Translate SCOPE rule (#7224)
2021-09-23 Abdalrhman MohamedUse `|` to print quoted strings in `set-info` command...
2021-09-23 Andrew ReynoldsImplement alpha equivalence proofs (#7066)
2021-09-22 Andrew ReynoldsMake cegqi subsolvers EnvObj (#7205)
2021-09-22 Mathias PreinerRemove CVC language support (#7219)
2021-09-22 Andrew ReynoldsTowards standard usage of evaluator (#7189)
2021-09-22 Andrew ReynoldsAdd extensionality option for strings disequalities...
2021-09-22 Aina Niemetzarrays: Use EnvObj::rewrite and EnvObj::options. (...
2021-09-22 Aina Niemetzarrays: Move type enumerator implementation to .cpp...
2021-09-22 Gereon KremerEliminate arithmetic proof macros (#7226)
2021-09-22 Andrew ReynoldsMinimal fixing version for tuple update parsing (#7228)
2021-09-21 Lachnitt[Proofs] Alethe: Translate ASSUME rule (#7213)
2021-09-21 Lachnitt[proofs] Alethe: Implementation of AletheProofPostproce...
next