cvc5.git
2017-09-29 Mathias PreinerMove BvInverter class into separate file. (#1173)
2017-09-29 Clark BarrettA few updates to license files.
2017-09-29 Andres NoetzliAdd license information for GMP
2017-09-29 Andrew ReynoldsSimplify representation of inversion Skolems for bv...
2017-09-29 Andrew ReynoldsInitial working version of BV word-level instantiation...
2017-09-29 Andres NoetzliBetter hash function for pairs (#1157)
2017-09-29 Andrew ReynoldsUpdate symbol table to support operator overloading...
2017-09-29 Mathias PreinerFix output of --show-config for readline. (#1159)
2017-09-28 Andrew ReynoldsCegqi refactor prep bv (#1155)
2017-09-28 Andrew ReynoldsImprove finite model finding for recursive predicates...
2017-09-27 Andrew ReynoldsMinor fixes for partial quantifier elimination. (#1147)
2017-09-27 Aina NiemetzCEGQI for BV: Add inverse for BITVECTOR_MULT. (#1153)
2017-09-27 Andrew ReynoldsAdd quantifiers API example, fixes #879 (#1146)
2017-09-27 Andres NoetzliFix seeking for buffered input (#1145)
2017-09-27 Martin BrainFix type checking of to_real (#1127)
2017-09-27 Martin BrainImprove FP rewriter: const folding, other (#1126)
2017-09-26 Tim KingFixing CIDs 1172014 and 1172013: Initializing members...
2017-09-26 Tim KingFixing Cid 1172009 (#1141)
2017-09-26 Tim KingFixing CID 1172020: Initializing CDHashMap::iterator...
2017-09-26 Tim KingFixing CID 1362903: Initializing d_bvp to nullptr....
2017-09-26 Tim KingCID 1362904: Initializing GetInstantiationsCommand...
2017-09-26 Andres NoetzliFix build for old GMP version (#1114)
2017-09-26 Tim KingFixing CIDs 1172012 and 1172011: Initiallzing d_exprMan...
2017-09-26 Andrew ReynoldsCegqi refactor substitutions (#1129)
2017-09-25 Tim KingInitializing BVMinisat Solver::notify to nullptr. ...
2017-09-25 Andrew ReynoldsFix bug related to sort inference + subtypes. (#1125)
2017-09-25 Tim KingFixing CID 1362917: There was a branch where d_issup...
2017-09-25 Tim KingFixing CID 1362895: Initializing d_bvp to nullptr....
2017-09-25 Tim KingCID 1362907: Initializing d_smtEngine to nullptr. ...
2017-09-21 Andrew ReynoldsSygus inv templ refactor (#1110)
2017-09-21 Andrew ReynoldsExtend quantifier-free UF solver to higher-order. This...
2017-09-20 Andres NoetzliFix issue #1081, memory leak in cmd executor (#1109)
2017-09-20 MartinAdd FP type enumerator and cardinality computer (#1104)
2017-09-19 Tim KingFixing a null pointer dereference in the cvc3 compatibi...
2017-09-19 Tim KingRemoving a potentially invalid comparison in the TPTP...
2017-09-19 Andres NoetzliFix issue #1074, improve non-fatal error handling ...
2017-09-19 Andrew ReynoldsRefactor cegqi instantiation infrastructure so that...
2017-09-19 Andrew ReynoldsFix issue #1105 involving string to int (#1112)
2017-09-19 MartinFloating point symfpu support (#1103)
2017-09-18 Tim KingMoving the CVC4_PUBLIC attribute to the beginning of...
2017-09-15 MartinMake floating-point comparison operators chainable...
2017-09-15 makaimannAdd missing CVC4_PUBLIC in kind_template (#1078)
2017-09-14 Andres NoetzliEnable ccache compression, increase cache size (#1099)
2017-09-14 Andrew ReynoldsRemove unhandled subtypes (#1098)
2017-09-14 Tim KingSimplifying the throw specifier of SmtEngine::checkSat...
2017-09-14 MartinFloating point symfpu support (#1093)
2017-09-14 Andrew ReynoldsAdd new kinds required for higher-order. (#1083)
2017-09-14 Andrew ReynoldsAdd isConst check for lambda expressions. (#1084)
2017-09-13 Andres NoetzliMake ccache work with Clang on Travis (#1097)
2017-09-13 Andrew ReynoldsModify equality engine to allow operators to be marked...
2017-09-13 Andres NoetzliRemove unused RecordSelect and TupleSelect (#1087)
2017-09-13 Andres NoetzliEnable ccache on Travis, disable debug symbols (#1094)
2017-09-12 Andrew ReynoldsInitial infrastructure for BV instantiation via word...
2017-09-12 Tim KingAdding reasonable breaks in switch statement in TheoryS...
2017-09-11 Tim KingAddressing a coverity scan complaint in theory_strings...
2017-09-10 Andrew ReynoldsEnsure that expand definitions is called on all non...
2017-09-07 Andrew ReynoldsProperly handle user cardinality constraints for uf...
2017-09-05 Mathias PreinerFix link in configure.ac.
2017-09-05 Andrew ReynoldsRemove support for conversions between uint32/uint16...
2017-09-01 Aina NiemetzAdd travis debug build with cln. (#1066)
2017-09-01 Andres NoetzliAdd GCC7 jobs to Travis (#1054)
2017-09-01 Andres NoetzliReplace CVC4_THREADLOCAL in interactive_shell (#1065)
2017-08-31 Andrew ReynoldsAnswer unknown when uf-ss=no-minimal is combined with...
2017-08-31 Andres NoetzliUse thread_local instead of compiler extensions (#210)
2017-08-30 Andrew ReynoldsFix model construction for parametric types (#1059)
2017-08-30 Mathias PreinerRemove Coverity SSL certificate workaround from Travis...
2017-08-29 Mathias PreinerFix indentation for disabled Java tests.
2017-08-29 Mathias PreinerDisable Java tests for now until they get fixed.
2017-08-28 Pat HawksRun Ant on Travis
2017-08-28 Andres NoetzliTravis: Package instead of download for cxxtest (#1055)
2017-08-25 Aina NiemetzMove LFSC checker out of the CVC repository. (#222)
2017-08-25 Aina NiemetzAdded missing includes (algorithm).
2017-08-24 Pat HawksTest Java API on CI
2017-08-24 Andres NoetzliAdd include to fix build
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-24 Andres NoetzliFix typos
2017-08-23 Tim KingRemoving TODO for 'Optimize via the iterator'. Not...
2017-08-22 Aina NiemetzCleanup: use Assert rather than C assert. (#1052)
2017-08-22 Clark BarrettUpdated NYU -> Stanford
2017-08-21 Mathias PreinerChange Bugzilla urls to Github issues.
2017-08-17 Andres NoetzliRemove unused SubrangeBound(s) classes (#221)
2017-08-17 ajreynolAdd mbqi interleave option, change option fs-inst to...
2017-08-15 Andres NoetzliMinimize includes in expr.h: remove dups, iostream...
2017-08-15 Andres NoetzliMove function definitions from metakind.h to cpp (...
2017-08-15 Andres NoetzliMove function definitions from kind.h to kind.cpp ...
2017-08-14 Andres NoetzliMove function defns from smt_engine_scope.h to cpp...
2017-08-14 Mathias PreinerUse antlr-3.4 directory if already present in CVC4...
2017-08-14 Aina NiemetzMerge pull request #214 from CVC4/fix_warn_nonlinear
2017-08-14 Mark LawsBuild and test suite fixes for Windows (#186)
2017-08-12 Aina NiemetzFix compiler warnings in theory/arith/nonlinear_extensi...
2017-08-11 ajreynolMaintain frontier for tangent planes.
2017-08-10 Andres NoetzliFix line numbers in options_template
2017-08-09 Mathias PreinerFix compiler warning in src/context/context.h.
2017-08-09 Aina NiemetzFix help message for disable-unit-testing in configure...
2017-08-09 Mathias PreinerRemove AigBitblaster implementation if ABC is not compi...
2017-08-09 Aina NiemetzFix Assertion (compiler warning) in theory/bv/theory_bv.cpp
2017-08-09 Andres NoetzliFix compiler warning in sat_proof_implementation
2017-08-08 ajreynolUse cache for datatypes cycle check, add regression.
2017-08-08 Andrew ReynoldsMerge pull request #211 from CVC4/fix_warn_sygus
2017-08-08 Andres NoetzliOptionally split regression tests into test groups...
next