summaryrefslogtreecommitdiff
path: root/src/prop
AgeCommit message (Expand)Author
2018-03-05Enable -Wsuggest-override by default. (#1643)Mathias Preiner
2018-02-07Cleanup Cryptominisat header. (#1561)Mathias Preiner
2018-01-15Removing more miscellaneous throw specifiers. (#1509)Tim King
2017-12-06Fixed time stats for MiniSat solve time. (#1431)Aina Niemetz
2017-09-25Initializing BVMinisat Solver::notify to nullptr. (#1132)Tim King
2017-07-20Moving from the gnu extensions for hash maps to the c++11 hash mapsTim King
2017-07-07Update copyright headers.Mathias Preiner
2017-07-07Use new copyright header format.Mathias Preiner
2017-06-22Fix assertion failure due to missing clause id (#180)Andres Nötzli
2017-03-23support incremental unsat coresguykatzz
2017-03-02Eliminate Boolean term conversion. Generalizes removeITE pass to remove Boole...ajreynol
2016-11-07Fixing a memory leak in the CnfStream unit tests.Tim King
2016-10-13Revert "Merge branch 'origin' of https://github.com/CVC4/CVC4.git"Tim King
2016-10-11Merge branch 'origin' of https://github.com/CVC4/CVC4.gitPaul Meng
2016-09-01Relaxing the throw specifiers for the destructors for Node, TypeNode, the con...Tim King
2016-08-24Merge remote-tracking branch 'origin/master'PaulMeng
2016-07-24Proper handling for lemmas that are conjuncts:Guy
2016-07-05Merge branch 'master' of https://github.com/CVC4/CVC4.gitPaulMeng
2016-06-01Merge from proof branchGuy
2016-06-01Revert "Merging proof branch"Guy
2016-06-01Merging proof branchGuy
2016-05-24Fixed build issue due to dummy Cryptominisat constructor.Liana Hadarean
2016-05-24Merged cryptominisat from experimental branch.Liana Hadarean
2016-04-20update from the masterPaulMeng
2016-04-03Updating the copyright headers and scripts.Tim King
2016-03-23squash-merge from proof branchGuy
2016-02-24Unifying the definitions of ClauseId to a single source of truth.Tim King
2016-02-02Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. ...Tim King
2016-01-28Adding listeners to Options.Tim King
2016-01-26Merged bit-vector and uf proof branch.Liana Hadarean
2016-01-08Adding a new Listener utility class. Changing the ResourceManager to use List...Tim King
2016-01-08Removing StatisticsRegistry's static functions current() and registerStat().Tim King
2016-01-05Add SmtGlobals ClassTim King
2015-12-30Shuffling around public vs. private headersTim King
2015-12-24Miscellaneous fixesTim King
2015-12-14Refactoring Options Handler & Library Cycle BreakingTim King
2015-10-26This fixes a one definition rule violation for reduceDB_lt in Solver.cc in mi...Tim King
2015-06-01When proof enabled, disable uf sym break. Add regression.ajreynol
2015-05-29changed resource step options to unsignedlianah
2015-05-28added options for controlling resource step-count for various solving stagesLiana Hadarean
2015-05-12Merge pull request #74 from finnhaedicke/namespace_minisatbarrettcw
2015-04-27Disambiguate namespaces in options, fix permissionsClark Barrett
2015-04-24Fix compiler errors due to unbalanced throw specifiers.Clark Barrett
2015-04-21Changes needed to compile at Google, plus some bug fixes from Google.Clark Barrett
2015-04-17moved Minisat namespace into CVC4Finn Haedicke
2015-04-09DE requests respect requirePhaseKshitij Bansal
2015-03-14Updating resize for occurence lists to properly resize the whole state.Dejan Jovanovic
2015-03-10CNF proofs. Infrastructure for preprocessing proofs. Updates to smt.plf sig...ajreynol
2014-12-04Fix valgrind-flagged error about uninitialized value.Morgan Deters
2014-11-18All Minisat solve calls now return lbool (fixes bug 599)lianah
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback