summaryrefslogtreecommitdiff
path: root/src/util/trans_closure.cpp
AgeCommit message (Collapse)Author
2012-09-28rename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert.cpp -- we need to ↵Morgan Deters
make it unambiguous for case-insensitive filesystems like on Mac. Fixes Mac builds
2012-03-02CDMap -> CDHashMapDejan Jovanović
CDSet -> CDHashSet
2011-09-02Merge from my post-smtcomp branch. Includes:Morgan Deters
Dumping infrastructure. Can dump preprocessed queries and clauses. Can also dump queries (for testing with another solver) to see if any conflicts are missed, T-propagations are missed, all lemmas are T-valid, etc. For a full list of options see --dump=help. CUDD building much cleaner. Documentation and assertion fixes. Printer improvements, printing of commands in language-defined way, etc. Typechecker stuff in expr package now autogenerated, no need to manually edit the expr package when adding a new theory. CVC3 compatibility layer (builds as libcompat). SWIG detection and language binding support (infrastructure). Support for some Z3 extended commands (like datatypes) in SMT-LIBv2 mode (when not in compliance mode). Copyright and file headers regenerated.
2011-05-02minor updates to exp manager, fixed 32bit vs 64bit issues in transitive ↵Andrew Reynolds
closure module, theory datatypes now uses transitive closure for cycle detection, bug 261 fixed
2011-04-28more fixes/improvements to datatypes theory and transitive closureAndrew Reynolds
2011-04-27cleaned up some of the hacks in the datatypes theory solver, working on ↵Andrew Reynolds
using Transitive Closure to detect cycles, added rewrite rule for disinguished ground terms
2011-04-11Transitive closure module is workingClark Barrett
2011-04-08Added util classClark Barrett
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback