summaryrefslogtreecommitdiff
path: root/src/smt
AgeCommit message (Expand)Author
2017-10-27Implement Hilbert choice operator (#1291)Andrew Reynolds
2017-10-26Adds a macro to SWIG to ignore the override and final C++11 keywords in older...Tim King
2017-10-23CBQI BV: Add ULT/SLT inverse handling. (#1268)Aina Niemetz
2017-10-20Make Sygus conjectures higher-order (#1244)Andrew Reynolds
2017-10-17Making the values argument const in the SetUserAttributeCommand const… (#1249)Tim King
2017-10-16Fix for issue 1247 (#1257)Clark Barrett
2017-10-11Ho Lambda Lifting (#1116)Andrew Reynolds
2017-10-11Move unsat core names to smt engine (#1192)Andrew Reynolds
2017-10-09Split term database (#1206)Andrew Reynolds
2017-09-26Fixing CIDs 1172014 and 1172013: Initializing members of GetProofCommand and ...Tim King
2017-09-26CID 1362904: Initializing GetInstantiationsCommand::d_smtEngine to nullptr. (...Tim King
2017-09-24CID 1362907: Initializing d_smtEngine to nullptr. (#1134)Tim King
2017-09-19Fix issue #1074, improve non-fatal error handling (#1075)Andres Noetzli
2017-09-14Simplifying the throw specifier of SmtEngine::checkSat and related calls to C...Tim King
2017-09-13Floating point symfpu support (#1093)Martin
2017-09-10Ensure that expand definitions is called on all non-variable expressi… (#1070)Andrew Reynolds
2017-08-30Use thread_local instead of compiler extensions (#210)Andres Noetzli
2017-08-25Move LFSC checker out of the CVC repository. (#222)Aina Niemetz
2017-08-23Fix typosAndres Noetzli
2017-08-14Move function defns from smt_engine_scope.h to cpp (#216)Andres Noetzli
2017-08-14Build and test suite fixes for Windows (#186)Mark Laws
2017-08-07Make quantifier elimination more robust to preprocessing.ajreynol
2017-07-20Moving from the gnu extensions for hash maps to the c++11 hash mapsTim King
2017-07-19Removing the unused CDAttribute. This makes CDHashMap::obliterate unused. Rem...Tim King
2017-07-12Make type rules more strict for operators whose type rules involve subtypes. ...ajreynol
2017-07-10Do not exit when value/model/unsat-core/proof is requested at wrong time, for...ajreynol
2017-07-10Merge datatype shared selectors/sygus comp 2017 branch. Modify the datatypes ...ajreynol
2017-07-07Update copyright headers.Mathias Preiner
2017-05-31Fix model construction for BV with cbqi. Minor change to defaults.ajreynol
2017-05-31Minor change to defaults, update smt comp script, minor changes to options in...ajreynol
2017-05-15Fix bug 806. Minor fixes to remove term formula pass.ajreynol
2017-05-12Make signal handlers saferAndres Notzli
2017-05-05Do not eliminate extended arithmetic symbols when finite model finding is on,...ajreynol
2017-05-04fixing bug 790: track dependencies when the unsatCores() option is onguykatzz
2017-04-21Move assertion out of loop for better performanceAndres Noetzli
2017-04-20Minor fixes.ajreynol
2017-04-14Fix for fmf-fun when the option is set by user command.ajreynol
2017-04-12Add nullary operator metakind.ajreynol
2017-04-07Change option names for nl.ajreynol
2017-04-03Merge pull request #141 from 4tXJ7f/remove_defClark Barrett
2017-04-02Adding a model based axiom instantiation scheme for multiplication. Merge com...Tim King
2017-03-31Remove decl. of getStatisticsRegistry(SmtEngine*)Andres Notzli
2017-03-30[Coverity] Remove throw qualifiers in src/smtremove_throwAndres Notzli
2017-03-28Fix bug 787.ajreynol
2017-03-24Refactor model building for quantifiers to be a single pass, simplification. ...ajreynol
2017-03-23Fixing warning message.Clark Barrett
2017-03-23support incremental unsat coresguykatzz
2017-03-16Minor fixes, always expand applications of lambdas at preprocess.ajreynol
2017-03-16Parsing support for SMT LIB 2.6. Minor fixes for printing datatypes. Fix for ...ajreynol
2017-03-06Adding support for bool-to-bvClark Barrett
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback