summaryrefslogtreecommitdiff
path: root/src/theory
AgeCommit message (Expand)Author
2010-06-29Merging the unate-propagator branch into the trunk. This is a big update so ...Tim King
2010-06-24Added post_mortem.py a statistics collector for user with the smt_curnch clus...Tim King
2010-06-22Made ~Stat() virtual. Added some additional statistics. And added some docume...Tim King
2010-06-18Merging the statistics branch into the main trunk. I'll go over how to use th...Tim King
2010-06-16Added the experimental. +bool TheoryArith::AssertEquality(TNode n, TNode orig...Tim King
2010-06-16More assorted changes to arithmetic in preparation for the code review.Tim King
2010-06-16This commit just contains miscellaneous arithmetic cleanup.Tim King
2010-06-15fix last commit gcc options (-wunknown-pragmas ==> -Wno-unknown-pragmas)Morgan Deters
2010-06-15remove warnings about unknown #pragma GCC diagnostic on older compilersMorgan Deters
2010-06-15I made a documentation change to get() to make explicit the contract requirem...Tim King
2010-06-14Adding array select/store to SMT v1 and v2 parsersChristopher L. Conway
2010-06-14Fix to arith to make sure it only attempts to report 1 conflict per check() c...Tim King
2010-06-14Started work on array theoryClark Barrett
2010-06-06Some assorted fixes and local optimizations for theory arith.Tim King
2010-06-04Changed how assignments are saved during check. These are now backed by an a...Tim King
2010-06-04Changed several arguments to const references.Tim King
2010-06-04** Don't fear the files-changed list, almost all changes are in the **Morgan Deters
2010-06-03Fixes 2 issues with assignments. The first is constructing an initial assignm...Tim King
2010-06-03Adds toString to DeltaRationalTim King
2010-06-03Fixes a bug where registration occurs before preregistration.Tim King
2010-06-01This commit adds a debugTagIsOn() guard around some extremely verbose debuggi...Tim King
2010-06-01This commit is a fix for a bug in removeITEs(). The check that the then bran...Tim King
2010-06-01Fixed a bug in partial_model.cpp where the data was immediately deallocated b...Tim King
2010-05-29Couple of fixes to theory arith. pivotAndUpdate now multiplies by a_kj. And t...Tim King
2010-05-29After blasting the disjuncts, TheoryEngine rewrite needs to reinvoke itself. ...Tim King
2010-05-28This update enables TheoryArith to accept assertions that rewrite to true or ...Tim King
2010-05-28Bug fixes for combining coefficients of rewritten nodes.Tim King
2010-05-28Added printModel() to src/theory/arith/partial_model.cpp. This is a debuggin...Tim King
2010-05-28A few changes to the organization of TheoryEngine rewriting. A few bug fixes ...Tim King
2010-05-28Moving the ITE removal from CnfStream to TheoryEngine, which is a bit closer ...Tim King
2010-05-27Remove isAtomic() as per 4/27/2010 meeting. Add comments about its potential...Morgan Deters
2010-05-27Preregistration has been turned on. Highly experimental eager splitting suppo...Tim King
2010-05-26 . '+Outstanding case split in theory arith'Tim King
2010-05-26Fix for bug 131. Added some additional debugging assertions for the arith rew...Tim King
2010-05-25Added Rational constructors that only take a numerator. The const char* Ratio...Tim King
2010-05-25Some initial changes to allow for lemmas on demand. Dejan Jovanović
2010-05-21Small fixes to TheoryArith. Added a hack to make Integers a subtype of Real....Tim King
2010-05-20Added the division symbol to the parser, and minimal support for it in Theory...Tim King
2010-05-19Significant revision to theory/arith. The new draft has a lot of small bug f...Tim King
2010-05-05bug fixes for types, old unit tests for types work nowDejan Jovanović
2010-05-04Type-checking classes and hooks (not tested yet).Dejan Jovanović
2010-05-03theory detection fixes; fixes build breakage when you delete build directoriesMorgan Deters
2010-05-02smt parser for bit-vectorsDejan Jovanović
2010-04-29Added the capability to construct expressions by passing the operator instead...Dejan Jovanović
2010-04-28Merging the arithmetic theory draft (lra-init) back into the main trunk. Thi...Tim King
2010-04-28Added theory/arith/kind and enabled the smt parser to read in these symbols. ...Tim King
2010-04-14Marging from types 404:415, changes: MassiveDejan Jovanović
2010-04-14* Better dependency tracking for unit test building and linking, andMorgan Deters
2010-04-13Doxygen fixesChristopher L. Conway
2010-04-06* Add some protected ContextObj accessors for ContextObj-derived classes:Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback