fix eXecutable bit on a script
[cvc5.git] / src / util /
2012-07-08 Morgan DetersBugs resolved by this commit: #314, #322, #359, #364...
2012-07-07 Morgan DetersVarious fixes to documentation---typos, some incomplete...
2012-06-22 François BobotTPTP: add parser for cnf and fof
2012-06-17 Kshitij Bansal--decision=justification-stoponly : use decision engine...
2012-06-16 Dejan Jovanovićchanging theoryOf in shared mode with arrays to move...
2012-06-14 Kshitij Bansalfix cout, fix statname, rm deadcode
2012-06-14 Tim KingBrings the tuning branch into trunk. This includes...
2012-06-12 Morgan Detersfix ordering issue of --dump-to and --default-dag-thres...
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-06-09 Morgan DetersCleanup and comments for the dag-ifier. Also some...
2012-06-09 Morgan DetersDagification of output expressions.
2012-06-08 Morgan DetersThe option --arith-presolve-lemmas had previously been...
2012-06-08 Morgan DetersExtend Printer infrastructure also to the "Result"...
2012-06-08 Morgan Detersminor fixes, for Mac OS
2012-06-08 Kshitij Bansalthreadlocal
2012-06-08 Kshitij BansalMerge from decision branch (till r3663)
2012-06-06 Dejan JovanovićChanges to the combination mechanism, lots of details...
2012-06-04 Clark BarrettAdded preprocessing pass that propagates unconstrained...
2012-05-30 Clark BarrettAdded BitwiseEq bitvector rewrite
2012-05-22 Tim KingThis commit merges in the branch arithmetic/cprop.
2012-05-18 Tim KingThis commit adds TypeNode::leastCommonTypeNode(). ...
2012-05-18 Tim KingThis commit removes the dead psuedoboolean code.
2012-05-17 Liana HadareanFixed bug 338:
2012-05-14 Morgan Detersin debug builds, -d can be used for trace tags that...
2012-05-13 Dejan Jovanovićfixing build warnings
2012-05-11 Morgan Detersfix regex in Debug_tags and Trace_tags generation for...
2012-05-11 Morgan Detersfix typo in sed line
2012-05-11 Clark BarrettDisabled arith-rewrite-equalities by default unless...
2012-05-11 Clark BarrettAdded some ITE rewrites,
2012-05-09 Morgan Detersfix an issue which breaks language bindings (so this...
2012-05-09 Morgan Deters--disable-tracing at configure time now disables Trace...
2012-05-09 Dejan Jovanović* simplifying equality engine interface
2012-05-09 Kshitij BansalMerge from decision branch (ITE support)
2012-05-09 Dejan JovanovićFixing the debug tags generation and related methods...
2012-05-08 Liana HadareanMerging in bvprop branch, with proper bit-vector propag...
2012-05-04 François Bobotoptions: fail if the debug or trace tag specified doesn...
2012-05-04 François Bobotfix: getNumTraceTags, getNumDebugTags
2012-04-30 Clark BarrettAdded map from skolem variables to new ite formulas...
2012-04-27 Tim KingThis merges in the branch cvc4/branches/arithmetic...
2012-04-23 Kshitij BansalMerge from decision branch -- partially working justifi...
2012-04-17 Kshitij BansalA dummy decision engine. Expected performance impact...
2012-04-17 Tim KingMerges branches/arithmetic/atom-database r2979 through...
2012-04-13 Morgan DetersFix SExpr name qualification for swig, and #include...
2012-04-12 Tim KingAdds an operator<< to SExpr::SexprTypes. This fixes...
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-04-06 Morgan Deters* Fix ITEs and functions in CVC language printer.
2012-04-04 Liana Hadarean * added propagation as lemmas to TheoryBV:
2012-04-02 Tim King- Merged in the branch cdlist-cleanup.
2012-03-28 Morgan Detersfix swig-ignored interface name; hopefully fixes Debian...
2012-03-26 Dejan JovanovićGlobal registry of SAT solvers, where they are register...
2012-03-23 Tim KingRemoved the variableRemovalEnabled option and d_removed...
2012-03-22 Liana HadareanMerged updated version of the bitvector theory:
2012-03-21 Morgan DetersDisable nonclausal simplification for QF_SAT benchmarks...
2012-03-09 Morgan DetersSome work on the dump infrastructure to support portfol...
2012-03-07 Morgan Detersfix some Java compatibility-layer interface problems...
2012-03-02 Dejan JovanovićCDMap -> CDHashMap
2012-03-01 Morgan DetersPartial merge from kind-backend branch, including Minis...
2012-02-28 Tim KingThis commit merges in branches/arithmetic/internalbb...
2012-02-25 Liana HadareanRefactored CnfStream to work with the bv theory Bitblaster:
2012-02-22 Morgan DetersFixes to documentation / fixes for MacOS
2012-02-21 Morgan Detersfix src/util/hash.h to specialize GNU's hash template...
2012-02-21 Morgan Detersdon't require libboost_thread (its presence is detected...
2012-02-20 Morgan Detersfix "make dist"
2012-02-20 Morgan Detersportfolio merge
2012-02-20 Morgan DetersBy default, ONLY enable symmetry breaker ONLY for QF_UF...
2012-02-16 Tim KingLast commit accidentally lacked r2778 and r2779 from...
2012-02-15 Tim KingThis commit merges into trunk the branch branches/arith...
2012-02-12 Morgan Deterscopyright year updated to 2012
2011-12-14 Andrew Reynoldsadded minor documentation for parametric datatypes...
2011-11-22 Morgan DetersMore language bindings work:
2011-11-16 Morgan DetersAddressed many of the concerns raised in the public...
2011-11-15 Morgan DetersBindings work (ocaml bindings are now sort of working...
2011-11-15 Morgan Detersadditional minor changes to get python binding on bette...
2011-11-15 Morgan Detersfixes for python language binding, added python example
2011-11-06 Morgan Detersdatatype stuff in compatibility interface implemented
2011-11-04 Morgan DetersSTRING_TYPE and CONST_STRING and associate type infrast...
2011-11-02 Morgan DetersOnly print a shortlist of most-commonly-used options...
2011-11-02 Morgan Detersgive an option error if the user specifies --proof...
2011-11-02 Morgan Detersbetter Integer asserts when there's overflow on convers...
2011-10-31 Morgan Detersfixes to assertions in GMP to match CLN behavior
2011-10-31 Tim KingAdded assertions to the CLN implementation of Integer...
2011-10-29 Morgan DetersSupport for SMT-LIBv2 (get-proof), CVC-style DUMP_PROOF...
2011-10-28 Morgan Deters* ability to output NodeBuilders without first converti...
2011-10-28 Liana Hadareanmerged the proofgen3 branch into trunk:
2011-10-25 Kshitij BansalInitialize resource limit and millisecond limit options
2011-10-23 Morgan DetersImplement changes from yesterday morning's meeting...
2011-10-21 Morgan Detersadd gcc version information to Configuration, and warn...
2011-10-17 Dejan JovanovićSharing work
2011-10-13 Morgan DetersInterruption, time-out, and deterministic time-out...
2011-10-07 Morgan DetersSome new Datatype public functionality, as per Chris...
2011-10-05 Morgan Detersminor visibility fixes
2011-10-05 Morgan Detersremove some debugging code that slowed down last night...
2011-10-04 Tim KingDisabling the variable removal hueristic by default.
2011-10-04 Morgan Deterscvc3 compatibility layer; and another libantlr3c v3...
2011-10-03 Morgan Detersuser push/pop support in minisat and simplification...
2011-09-30 Morgan Detersinterfaces fixes and cleanups...and examples of each...
2011-09-29 Morgan Deterscompatibility work, documentation
2011-09-29 Morgan Detersbuild system fixes
2011-09-29 Morgan Deterssome test fixes
2011-09-28 Morgan Detersvariety of visibility fixes (should clean up some of...
next