Eliminate Output macro in favor of simple Env functions (#7223)
[cvc5.git] / src / smt /
2021-09-23 Gereon KremerEliminate Output macro in favor of simple Env functions...
2021-09-23 Lachnitt[proofs] Alethe: Add Alethe Files to be Compiled ...
2021-09-23 Andrew ReynoldsMore uses of EnvObj (#7230)
2021-09-23 Abdalrhman MohamedUse `|` to print quoted strings in `set-info` command...
2021-09-22 Andrew ReynoldsTowards standard usage of evaluator (#7189)
2021-09-17 Andres NoetzliUse a single `NodeManager` per thread (#7204)
2021-09-14 Andrew ReynoldsAdd get-difficulty to the API (#7194)
2021-09-14 Andrew ReynoldsSupport sygus version 2.1 command assume (#7081)
2021-09-14 Andrew ReynoldsUtilities in preparation for print benchmark utility...
2021-09-14 Andrew ReynoldsAdd proof manager method to translate difficulty map...
2021-09-14 Mathias Preinerproofs: Properly track pre- and post-rewrites in bbAtom...
2021-09-14 Andrew ReynoldsReimplement `--dump=raw-benchmark` as `-o raw-benchmark...
2021-09-13 Andrew ReynoldsConnect difficulty manager to TheoryEngine (#7161)
2021-09-11 Gereon KremerUse StatisticsRegistry from Env (#7166)
2021-09-11 Aina NiemetzcheckModel: Extend documentation. (#7177)
2021-09-10 Mathias Preinerbv: Use EnvObj::rewrite() and EnvObj::options() in...
2021-09-10 Andrew ReynoldsMore refactoring of set defaults (#7160)
2021-09-09 Andrew ReynoldsAdd difficulty post-processor (#7150)
2021-09-09 Andrew ReynoldsDisable shared selectors for quantified logics without...
2021-09-08 Andrew ReynoldsImprove pre-skolemization, move quantifiers preprocess...
2021-09-08 Gereon KremerA couple of minor cleanups (#7141)
2021-09-08 Andrew ReynoldsTowards standard usage of ExtendedRewriter (#7145)
2021-09-08 Andrew ReynoldsAdd option for using bound inference for relevant asser...
2021-09-08 Andrew ReynoldsUse rewriteViaMethod instead of accessing builtin proof...
2021-09-07 Andrew ReynoldsRefactoring of proof manager initialization (#7073)
2021-09-07 Andrew ReynoldsRefactoring and fixes of set defaults for quantifiers...
2021-09-03 Aina NiemetzEnvObj: Add options(), context(), userContext(). (...
2021-09-03 Andrew ReynoldsEliminate backwards ref to SmtEngine from abduction...
2021-09-03 Aina Niemetztheory: Have Theory and TheoryArith* derive from EnvObj...
2021-09-02 Aina NiemetzEnvObj: Restrict access. (#7121)
2021-09-02 Gereon KremerRemove options::getAll() (#7111)
2021-09-02 Andrew ReynoldsImplement lazy proof checking modes (#7106)
2021-09-02 Aina NiemetzEnable sygus-inst for FP, NIA and NRA. (#7098)
2021-09-02 Aina NiemetzAdd class EnvObj. (#7113)
2021-09-01 Andrew ReynoldsPrint response to get-model using the API (#7084)
2021-09-01 Gereon KremerMake driver::totalTime a TimerStat (#7089)
2021-09-01 Andrew ReynoldsLazy proof reconstruction for strings theory solver...
2021-08-31 Aina Niemetzbv: Remove dump=bv-rewrites. (#7099)
2021-08-30 Andrew ReynoldsFurther refactoring of set defaults for incompatibility...
2021-08-30 Gereon KremerRefactor filename handling (#7088)
2021-08-27 Andrew ReynoldsExpand definitions in sygus operators at the SMT level...
2021-08-27 Andrew ReynoldsAdd missing methods to Solver API for models (#7052)
2021-08-26 Andrew ReynoldsEliminate currentSmtEngine for subsolver calls (#7068)
2021-08-26 Andrew ReynoldsDump models for isNotEntailed results (#7071)
2021-08-26 Gereon KremerConsolidate language types (#7065)
2021-08-24 Andrew ReynoldsTop-level structure for set defaults (#7047)
2021-08-24 Andrew ReynoldsMiscellaneous changes from proof-new (#7042)
2021-08-20 Gereon KremerMake driver use options from the solver (#6930)
2021-08-20 Andrew ReynoldsSimplify how user-provided quantifier attributes are...
2021-08-20 Andrew ReynoldsMore refactoring of set defaults (#7043)
2021-08-20 Andrew ReynoldsEliminate eager model building (#7038)
2021-08-19 Andrew ReynoldsCatch cases where recursive functions reference functio...
2021-08-19 Andrew ReynoldsSplit proof final callback to its own file (#6984)
2021-08-19 Andrew ReynoldsRefactor proof output for TPTP (#7029)
2021-08-18 Andrew ReynoldsMake TheoryProxy use Env, simplify initialization of...
2021-08-17 Andrew ReynoldsMake SmtEngineState use Env (#7028)
2021-08-17 Andrew ReynoldsFix policy for eliminating quantified formulas (#7017)
2021-08-17 Andrew ReynoldsInitial refactoring of set defaults (#7021)
2021-08-16 Gereon KremerMake Theory class use Env (#7011)
2021-08-13 Gereon KremerRefactor setDefaults to use an options object (#6994)
2021-08-06 Gereon KremerClear options manager (#6991)
2021-08-04 Gereon KremerConsolidate solver resets (#6986)
2021-08-04 Andrew ReynoldsAdd optional debug information for dumping instantiatio...
2021-08-04 Gereon KremerRefactor managed streams (#6934)
2021-08-04 Haniel Barbosa[proof] Add getProof to API and use it in GetProofComma...
2021-08-04 Andrew ReynoldsRemove dependencies on smt engine in smt solver (#6965)
2021-08-03 Andrew ReynoldsRemove "inUnsatCore" flag throughout (#6964)
2021-08-03 Gereon KremerProperly honor --stats-all and --stats-expert when...
2021-07-31 Gereon KremerPerform statistics printing via the API (#6952)
2021-07-29 Haniel Barbosa[proofs] Set BV solver to better proof-producing one...
2021-07-29 Andrew ReynoldsIntegrate central equality engine approach into theory...
2021-07-27 Andrew ReynoldsTrack instantiation reasons in proofs (#6935)
2021-07-26 Gereon KremerMove public options functions to separate file (#6671)
2021-07-26 Andrew ReynoldsMore updates to arithmetic in preparation for central...
2021-07-22 Andres NoetzliAdd support for minimal unsat cores (#4605)
2021-07-15 Mathias Preinerbv: Disable bv-assert-input if proofs are enabled....
2021-07-14 Andrew ReynoldsFix for context on input proof generator (#6873)
2021-07-13 Mathias Preinerbv: Expand bitblast proof steps in the proof post proce...
2021-07-09 Andrew ReynoldsImplement stop-only for new justification heuristic...
2021-07-06 Andrew ReynoldsIntegrate learned rewrite preprocessing pass (#6840)
2021-07-06 OuyanchengAdd some printing functions for OptimizationObjective...
2021-07-01 Andrew ReynoldsAdd recursive function definitions to subsolver in...
2021-06-30 Andrew ReynoldsDo not apply fmfBound to standard quantifiers when...
2021-06-28 Haniel Barbosa[proof] [dot] Make dot printer stateful (#6799)
2021-06-23 Haniel Barbosa[hol] Disable bound fmf when HOL (#6792)
2021-06-21 Mathias PreinerMove cnfConversionTime statistic to CnfStream. (#6769)
2021-06-15 Ouyancheng[Optimization] Use Result in OptimizationResult (#6740)
2021-06-15 Gereon KremerRemove public option wrappers (#6716)
2021-06-11 Haniel BarbosaBetter support for HOL parsing and set up (#6697)
2021-06-11 Andrew ReynoldsRemove support for lazy BV extended function reductions...
2021-06-10 Andrew ReynoldsEnsure bv2nat and int2bv are not rewritten when using...
2021-06-09 Andrew ReynoldsFixes related to printing tuples, define-fun commands...
2021-06-09 Gereon KremerPush complex check inside GetInstantiationsCommand...
2021-06-09 Ouyancheng[Optimization] support for push/pop (#6706)
2021-06-08 Gereon KremerMake env hold a pointer to the original options to...
2021-06-07 Gereon KremerRemove `Options::wasSetByUser()` (#6682)
2021-06-02 Andrew ReynoldsFix unsat core proofs (#6655)
2021-06-02 Gereon KremerRemove `Options::operator[]` (#6649)
2021-06-02 Gereon KremerMove public wrapper functions out of options class...
2021-06-02 Gereon KremerFix issues when poly is disabled (#6668)
next