summaryrefslogtreecommitdiff
path: root/src/compat/cvc3_compat.cpp
AgeCommit message (Collapse)Author
2011-11-06datatype stuff in compatibility interface implementedMorgan Deters
2011-10-04compatibility, bindingsMorgan Deters
2011-10-04compat layer cleanupMorgan Deters
2011-10-04mimicking Chris's recent contribution to QueryResult in CVC3 in the ↵Morgan Deters
compatibility layer
2011-10-03Importing Chris's recent changes to CVC3's ValidityChecker into the ↵Morgan Deters
compatibility layer
2011-09-29compatibility work, documentationMorgan Deters
2011-09-27more interface work; adding legacy C interfaceMorgan Deters
2011-09-16some minor fixes to the cvc3 compatibility library and test caseMorgan Deters
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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback