cvc5.git
2021-10-29 Gereon KremerRemove static access to options in decision folder...
2021-10-28 Gereon KremerFix proof for xor in circuit propagator (#7525)
2021-10-28 Gereon KremerCombine `--static` and `--static-binary` (#7520)
2021-10-28 Haniel Barbosa[proofs] Fix assertion in EqProof conversion (#7522)
2021-10-28 Andrew V. JonesAdd support for checking if a `-Wno` flag exists before...
2021-10-28 Abdalrhman... Add a `define-fun` command for each `:named` term....
2021-10-28 Andrew ReynoldsProperly guard proof construction for STRINGS_EXTF_EQ_R...
2021-10-28 Andrew ReynoldsLFSC signature for linear arithmetic (#7445)
2021-10-28 Andrew ReynoldsLFSC signature for CNF (#7444)
2021-10-28 Andrew ReynoldsLFSC signature for Booleans (#7443)
2021-10-28 Andrew ReynoldsLFSC signature for equality (#7442)
2021-10-28 Abdalrhman... Fix `(set-info <sexpr>)` parsing and printing bugs...
2021-10-28 Gereon KremerRemove separate cpp docs for UnknownExplanation (#7516)
2021-10-28 Gereon KremerBuild shared and static in CI (#7472)
2021-10-27 Andrew ReynoldsAdd missing API checks to getValue (#7475)
2021-10-27 Gereon KremerAdd comments for arith type rules. (#7488)
2021-10-27 Gereon KremerAdd documentation on output tags (#7499)
2021-10-27 Andres Noetzli[Regression Script] Fix use of undefined variables...
2021-10-27 Gereon KremerFix patching for poly on windows (#7513)
2021-10-27 Andres NoetzliRequire ITE branches to be first class types (#7508)
2021-10-27 Andrew ReynoldsFix care graph computation for higher-order (#7474)
2021-10-27 Andrew ReynoldsFix model unsoundness for relation join (#7511)
2021-10-27 yoni206Python api documentation for sorts (#7440)
2021-10-27 Andrew ReynoldsAvoid non-terminating check with assumptions in strings...
2021-10-27 Andrew ReynoldsDeterministic variables for RE elim (#7489)
2021-10-27 mudathirmahgoubFix mac compile errors in sort.cpp (#7507)
2021-10-27 Gereon KremerMake --version exit (#7506)
2021-10-27 Gereon KremerFix libpoly build on windows (#7502)
2021-10-26 Haniel Barbosa[proofs] Fix singleton check in MACRO_RES post-processi...
2021-10-26 Haniel Barbosa[proofs] Modularize check for whether a clause is singl...
2021-10-26 Haniel Barbosa[proofs] Reset local var in SatProofManager since incre...
2021-10-26 Andrew ReynoldsDisable automatic symmetry in proofs of theory explanat...
2021-10-26 Haniel Barbosa[proofs] Fix and simplify CHAIN_RESOLUTION checker...
2021-10-26 Andrew ReynoldsAdd regressions for fixed issues (#7495)
2021-10-26 Andrew ReynoldsDisable sygus-inst when incremental (#7485)
2021-10-26 Lachnitt[proofs] Alethe: Translate Block of clause pattern...
2021-10-26 Lachnitt[proofs] Alethe: Translate AND_INTRO rule (#7405)
2021-10-26 Lachnitt[proofs] Alethe: Translate AND_ELIM rule (#7404)
2021-10-26 Lachnitt[proofs] Alethe: Translate CONTRA rule (#7403)
2021-10-26 Gereon KremerUpload docs for tags to docs-releases (#7415)
2021-10-26 Gereon KremerFix frequent rebuild of options target (#7450)
2021-10-26 Gereon KremerFix Configuration::isStaticBuild (#7456)
2021-10-26 Lachnitt[proofs] Alethe: Translate NOT_NOT_ELIM rule (#7402)
2021-10-25 Lachnitt[proofs] Alethe: Translate MODUS_PONENS rule (#7401)
2021-10-25 Andrew ReynoldsAdd new method for enumerating unsat queries with SyGuS...
2021-10-25 Lachnitt[proofs] Alethe: Translate EQ_RESOLVE rule (#7400)
2021-10-25 Andrew ReynoldsFix spurious checks to closed proofs (#7484)
2021-10-25 Andrew ReynoldsJava and python unit tests for mkCardinalityConstraint...
2021-10-25 Andrew ReynoldsFix more missing uses of CDProof::isSame (#7491)
2021-10-25 Andrew ReynoldsFix support for global declarations (#7480)
2021-10-25 Andrew ReynoldsRemove HOL/fmf bound messages in set defaults (#7487)
2021-10-25 mudathirmahgoubAdd inference for count map (#7264)
2021-10-25 Andrew ReynoldsReenable proofs on some regressions (#7483)
2021-10-25 Lachnitt[proofs] Alethe: Translate SPLIT rule (#7399)
2021-10-25 Andres Noetzli[Regression Script] Support older Python versions ...
2021-10-24 mudathirmahgoubDelete redundant file option_Info.cpp (#7477)
2021-10-24 Andrew ReynoldsAdd new eager conflict detection in strings for integer...
2021-10-23 Andrew ReynoldsRemove spurious assertoin (#7458)
2021-10-22 Andrew ReynoldsAdd requires libpoly to regression (#7467)
2021-10-22 mudathirmahgoubRefactor java package name from cvc5 to io.github.cvc5...
2021-10-22 Gereon KremerRemove options::X__name (#7414)
2021-10-22 Andrew ReynoldsRemove stale pointer to proof node manager from skolemi...
2021-10-22 Haniel Barbosa[proof] Fixing CHAIN_RESOLUTION checker (#7465)
2021-10-22 Gereon KremerFix out-of-sync pruning in CDCAC proofs (#7470)
2021-10-22 Gereon KremerFix another double negation proof issue (#7468)
2021-10-22 Andrew ReynoldsRemove `--uf-ho` option (#7463)
2021-10-22 Andrew ReynoldsFix symmetry issue in theory engine conflicts (#7469)
2021-10-22 Andrew ReynoldsAdd more abduction regressions (#7461)
2021-10-22 Lachnitt[proofs] Alethe: Translate FACTORING rule (#7398)
2021-10-22 Lachnitt[proofs] Alethe: Translate CHAIN_RESOLUTION rule (...
2021-10-22 Gereon KremerMake CAD proofs user context dependent (#7466)
2021-10-22 Andrew ReynoldsRefactor theory inference manager constructor (#7457)
2021-10-22 yoni206Making `IntBlaster` inherit from `EnvObj` (#7431)
2021-10-22 Andrew ReynoldsDo not use global proxy variable attribute for strings...
2021-10-22 Andres NoetzliFix memory management of `ErrorInformation` (#7388)
2021-10-22 mudathirmahgoubAdd missing methods to Solver.java (#7299)
2021-10-22 Andrew ReynoldsMake expression mining use configurable options and...
2021-10-21 Aina Niemetzdocs: Use light gray for background on the right. ...
2021-10-21 Gereon KremerAlso fix case of negated ite (#7454)
2021-10-21 Gereon KremerFix symmetric proof issue for ITE in circuit propagator...
2021-10-21 Andrew ReynoldsSplit utilites from CEGIS core connective module (...
2021-10-21 Andres Noetzli[Regression Script] Fix printing of error diff (#7451)
2021-10-21 Haniel Barbosa[proofs] Fix open proof in SAT solver due to cycles...
2021-10-21 Gereon KremerAdd regression (#7447)
2021-10-21 Gereon KremerFix incorrect proof from ITE in circuit propagator...
2021-10-21 Andres NoetzliRefactor regressions script (#7249)
2021-10-21 Andrew ReynoldsMake cardinality constraint a nullary operator (#7333)
2021-10-21 Gereon KremerWorking on windows builds (#7381)
2021-10-21 Gereon KremerAdd setup to generate graphs for cmake target dependenc...
2021-10-21 Andres NoetzliEnable and fix dump test (#7387)
2021-10-21 Gereon KremerFix (#7437)
2021-10-20 Andrew ReynoldsEnable some previously failing regressions (#7434)
2021-10-20 Gereon KremerFix docs upload (again) (#7435)
2021-10-20 Aina Niemetzapi: Add Solver::mkSepEmp(). (#7432)
2021-10-20 Aina Niemetzapi: Improve documentation for special cases with nulla...
2021-10-20 Andrew ReynoldsMove variadic trie utility to its own file (#7410)
2021-10-20 Andrew ReynoldsAdd regressions for fixed issues (#7421)
2021-10-20 yoni206Add `isNull` and `isUpdater` to `Sort` class of python...
2021-10-20 Andrew ReynoldsThrow exception if checking model with separation logic...
2021-10-20 Andrew ReynoldsCheck for higher-order variables in TheoryUF::ppRewrite...
next