cvc5.git
2010-10-20 Morgan Detersfix bug #220 (assertion fails if no query/check-sat...
2010-10-14 Tim KingFixed computation of infinitesimals for arithmetic...
2010-10-13 Tim KingRemoved vector<Monomial> monos from Polynomial. Now...
2010-10-13 Tim KingAdded test/regress/regress1/arith and populated it...
2010-10-12 Morgan Deterswith --stats, statistics are dumped for memouts and...
2010-10-12 Tim KingIDENTITY has been removed.
2010-10-12 Morgan Detersminor unit test fix-ups
2010-10-12 Morgan Detersfix debugPrintNode(), debugPrintTNode(), debugPrintNode...
2010-10-12 Morgan Detersfix some leaks in parser, add debug code to node manage...
2010-10-12 Morgan Detershooked up "we are incomplete" flag after conversation...
2010-10-12 Morgan DetersMerge from cc-memout branch. Here are the main points
2010-10-12 Morgan Deterscheck last result in (get-assignment); some context...
2010-10-11 Morgan Detersuse "forward" headers
2010-10-10 Morgan Detersadditional model gen and SMT-LIBv2 compliance work...
2010-10-09 Morgan Detersreverting some changes to parser from last commit
2010-10-09 Morgan Deterssupport for SMT-LIBv2 :named attributes, and attributes...
2010-10-09 Morgan Detersfix to unit tests
2010-10-09 Morgan Detersbug fixes to model gen
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-08 Morgan Deters* (define-fun...) now has proper type checking in non...
2010-10-08 Morgan Deterssupport (set-info) on status, source, category, difficu...
2010-10-07 Morgan Detersoops, reverting a change to a regression test that...
2010-10-07 Morgan Deterstype checking for define-fun in production builds;...
2010-10-07 Morgan DetersNodeSelfIterator implementation and unit test (resolves...
2010-10-07 Tim KingSmall tableau optimization.
2010-10-07 Morgan DetersSMT-LIBv2 (define-fun...) command now functional; does...
2010-10-06 Morgan Detersdeclare-sort, define-sort working but not thoroughly...
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-10-04 Morgan Detersfix gdb issues (at least for static builds); resolves...
2010-10-04 Morgan Detersfix regular expressions in build system
2010-10-04 Morgan Detersfixing CLN builds, which had broken the build tonight...
2010-10-04 Morgan Detersre-add a dependency to fix compile warnings
2010-10-04 Morgan Detersremove/shuffle some #include dependencies; fix some...
2010-10-04 Tim KingFix to bug 211. ArithVar is now typedefed to uint32_t.
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-10-02 Morgan Detersrevert a workaround fix to CDMap that was committed...
2010-10-02 Morgan Detersdump statistics on abnormal output: unexpected exceptio...
2010-10-02 Tim Kingbranches/arith-indexed-variables merged into the main...
2010-10-01 Morgan Detersre-add no-deprecated to C sources; update some file...
2010-10-01 Morgan Deterslast update broke the parser inadvertently, fixing...
2010-10-01 Morgan Detersreplacement implementation for clock_gettime() on mac...
2010-09-30 Morgan Detersfixed a number of problems with mac os x builds. build...
2010-09-28 Morgan Detersfix predicate bug in UF; code cleanup in theory.cpp
2010-09-28 Morgan Detersnode iterator work
2010-09-28 Morgan Detersfix pre-registration of operator, previously committed...
2010-09-28 Morgan Detersfix unit test for kinded iterators in Node/TNode
2010-09-28 Morgan Detersfix TLS support for platforms (e.g. Mac OS X) where...
2010-09-28 Morgan Deterscomment fix as per this morning's meeting; also, don...
2010-09-27 ACSYSadd workaround for systems (i.e., Mac OS X) that don...
2010-09-27 Tim King- This update adds DynamicArray<T>. This is a bare...
2010-09-24 Dejan Jovanovićequality triggers for the equality engine
2010-09-24 Morgan Detersroll back an unintended change with r900
2010-09-24 Morgan DetersFix build system for Mac OS X builds (resolves bug...
2010-09-24 Dejan Jovanovićbasic union find for bitvectors
2010-09-22 Christopher... Fixing NodeBuilderBlack
2010-09-21 Christopher... Rm'ing automatic type check in NodeBuilder for vars...
2010-09-21 Morgan Detersremove assertion in TNode destructor and ensure all...
2010-09-21 Morgan Detersfix statistics-registry-related memory leaks
2010-09-21 Morgan Deterspart of review (bug #197): coding conventions, file...
2010-09-21 Morgan Deterssvn:ignore properties for new bv stuff
2010-09-21 Morgan Deterssome code cleanup, documentation, review of "kinded...
2010-09-21 Dejan Jovanovićiterators for tim, begin<PLUS>() and end<PLUS>() should...
2010-09-21 Christopher... Rm'ing Makefile.in's
2010-09-21 Christopher... Moving automatic type check to NodeBuilder (Fixes:...
2010-09-20 Dejan Jovanovićhooking up the bitvector tests
2010-09-20 Dejan Jovanovićbitvector rewriting for the core theory and testcases
2010-09-16 Tim KingBug fix to CVC4::theory::arith::VarList as well as...
2010-09-14 Tim King* added test/regress/regress0/arith for easy arithmetic...
2010-09-14 Morgan Detersensure uf/congruence closure debugging stuff isn't...
2010-09-13 Morgan Detersmake Node iterators more STL-friendly, resolves bug...
2010-09-13 Morgan Detersbuild system consistency in target names for unit test...
2010-09-13 Morgan Detersstatistics are now printed on timeout (SIGXCPU) and...
2010-09-13 Morgan Deterslink TAGS file into builds/ directory, when built....
2010-09-13 Tim King* New normal form for arithmetic is in place.
2010-09-02 Morgan Deters"Leftist NodeBuilders" are now supported.
2010-09-02 Morgan Detersrecategorize eq_diamond14 as a regress2 test (instead...
2010-09-02 Morgan Detersfix an error in TimerStat
2010-09-02 Morgan Detersneglected build system update from r848 (last commit)
2010-09-02 Morgan Deters* add TimerStat statistic type
2010-09-01 Morgan Deters"make check" now places binaries in the proper place...
2010-09-01 Morgan Detersreflect in build strings that -gmp is now the default...
2010-09-01 Morgan Detersadded documentation, closes bug 97
2010-08-24 Christopher... Making GMP default, CLN opt-in with --with-cln
2010-08-20 Dejan Jovanovićupdating the minisat restart parameters after running...
2010-08-20 Morgan Detersturn off extra-checking (which does extra theory-rewrit...
2010-08-19 Morgan DetersUF theory bug fixes, code cleanup, and extra debugging...
2010-08-18 Morgan Detersmore tests, configuration for UF
2010-08-17 Morgan DetersMerge from "cc" branch:
2010-08-17 Morgan DetersAdd "no trash" CDMap elements, so that CDMap elements...
2010-08-17 Morgan DetersChange TheoryEngine to use pointers to theories instead of
2010-08-16 Morgan Detersadd zlib checks to configure (new minisat requires...
2010-08-16 Dejan JovanovićFixing failures in minisat
2010-08-15 Dejan Jovanović(no commit message)
2010-08-15 Dejan Jovanović(no commit message)
2010-08-13 Dejan Jovanovićrenaming minisat .C to .cc
2010-08-13 Dejan JovanovićAdding the changes to the original copy
2010-08-13 Christopher... Importing MiniSat2 070721 into trunk
2010-08-13 Christopher... Removing newer version of MiniSat for Dejan's preferred...
2010-08-13 Christopher... Importing MiniSat2 2.2.0 into trunk
2010-08-13 Christopher... Removing old version of MiniSat for proper vendor import
next