Whitespace.
[cvc5.git] / src / smt / smt_engine.cpp
2013-12-11 Morgan DetersWhitespace.
2013-12-10 Morgan DetersRemove "NodeValue width" output
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-12-04 Morgan DetersPartial kind branch merge, including new --rewrite...
2013-12-04 Morgan DetersDon't put define-funs in model output; bug 411 testcase...
2013-12-03 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-29 Morgan DetersFix proofs build.
2013-11-27 Morgan DetersGeneral pre-release cleanup commit
2013-11-26 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-25 Tim KingMerge remote-tracking branch 'CVC4root/master'
2013-11-25 Tim KingSubstantial Changes:
2013-11-21 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-20 Tim KingChanging the number of bits allocated per field in...
2013-11-06 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-11-06 lianahfixed proof regression script and added a new uf test...
2013-11-04 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-10-28 Clark BarrettTurn off model-based arrays (causing crashes in portfolio)
2013-10-09 lianahfixed options::proof() segfault
2013-10-09 lianahcleaned up proof code
2013-10-09 lianahfixed uf proof bug: now storing deleted theory lemmas
2013-10-08 lianahadded currying for uf proofs; still needs debugging
2013-10-07 Liana Hadareanmerged golden
2013-10-07 Andrew ReynoldsMultiple fixes for datatypes theory solver: add support...
2013-10-03 Andrew ReynoldsAdded support for converting unsorted problems to multi...
2013-10-02 Andrew ReynoldsAdded support for converting unsorted problems to multi...
2013-10-01 Tianyi Liangreplace with a new method for disequality, move to...
2013-09-30 Liana Hadareanmerged golden
2013-09-27 Morgan DetersSome fixes to recent strings commits.
2013-09-27 Morgan DetersMerge branch 'master' of github.com:tiliang/CVC4
2013-09-27 Tianyi Liangadds communication with arith engine
2013-09-27 Andrew ReynoldsAdd new symmetry breaking technique for finite model...
2013-09-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-09-27 Tianyi Liangremoves unsound cases, adds unrolling
2013-09-27 Tianyi Liangremoves unsound cases, adds unrolling
2013-09-24 Clark BarrettBetter fix for bug 528
2013-09-23 Morgan DetersRevert Clark's last commit, at his request; there are...
2013-09-23 Clark BarrettCleaner version of bug-fix for 528, also moved substitu...
2013-09-19 Clark BarrettFix for bug 528
2013-09-18 Morgan DetersFixes to theoryof-mode; no longer static in Theory...
2013-09-13 Morgan DetersDocumentation fixes, some code typo fixes, file perms...
2013-09-09 Morgan DetersFix declare-datatypes dumping bug (bug 385).
2013-09-09 Morgan DetersSupport per-command verbosity settings.
2013-09-05 Morgan DetersFix declare-fun/define-fun in dumps; resolves bugs...
2013-08-26 Kshitij BansalMerge branch '1.2.x'
2013-08-20 Morgan DetersChange recursive expandDefinitions() to an interative...
2013-08-08 Morgan DetersFix a serious bug in the preprocessor; problem inputs...
2013-07-24 Morgan DetersRegressions now checking models on unknown too. But...
2013-07-23 Morgan Deters(get-info :all-options) to get option values; also...
2013-07-17 Morgan DetersFix bug 516; include some bug testcases.
2013-07-11 Morgan DetersSupport for TPTP's TFF0 (with arithmetic)
2013-07-07 Morgan DetersModel output is now const; this related to bug 519
2013-06-25 Morgan DetersMerge branch '1.2.x'
2013-06-25 Morgan DetersSupport for abs, to_int, is_int, divisible in SMT-LIB...
2013-06-21 Morgan DetersFix failure in non-assertion builds on incorrect SmtEng...
2013-06-19 Morgan DetersMerge branch '1.2.x'
2013-06-04 Morgan DetersMerge branch '1.2.x'
2013-06-03 Morgan DetersMerge tag 'casc24'
2013-05-29 Morgan DetersMerge branch '1.2.x'
2013-05-22 Andrew ReynoldsMerge branch 'master' of https://github.com/CVC4/CVC4
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-21 Morgan DetersMerge branch '1.2.x'
2013-05-20 Morgan DetersMerge branch '1.2.x'
2013-05-20 Morgan DetersFix error reporting on use of (nonlinear) div,mod,...
2013-05-20 Morgan DetersDon't allow get-model & co after a user push/pop
2013-05-20 Morgan DetersBetter error on invalid logic strings.
2013-05-20 Morgan DetersFix to empty response to (get-assignment).
2013-05-17 Morgan DetersBetter error on invalid logic strings.
2013-05-17 Morgan DetersFix to empty response to (get-assignment).
2013-05-10 Andrew ReynoldsAdd simplification option --fo-prop-quant. Add model...
2013-05-09 Kshitij BansalMerge branch 'master' of ssh://github.com/CVC4/CVC4
2013-05-09 Andrew ReynoldsAdd new method for checking candidate models, --fmf...
2013-05-08 Morgan Detersfinal updates for smt-eval script
2013-05-06 Tim KingDisables justification stop only for LRA if the problem...
2013-05-03 Tim KingMerging branch 'soiquickexplain'.
2013-05-03 Tim KingMerge branch 'fcexplanations'
2013-05-02 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-05-01 Morgan DetersFix to dumping re: boolean terms, datatypes
2013-05-01 lianahadded back BitwiseEq rule
2013-04-30 lianahfixed merge conflicts
2013-04-30 lianahinnd examples are solved fast, but destruction assertio...
2013-04-30 lianahuncompiling new bv to bool lifting
2013-04-30 lianahfinished implementing bv to bool lifting and added...
2013-04-24 Morgan DetersTheory "alternates" support
2013-04-18 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-04-18 lianahmaking sure sat context is zero when user context is...
2013-04-18 lianahfixing destruction order in SmtEngine
2013-04-17 lianahinnd examples are solved fast, but destruction assertio...
2013-04-16 lianahuncompiling new bv to bool lifting
2013-04-12 lianahfinished implementing bv to bool lifting and added...
2013-04-03 Dejan Jovanović* changing the bitblast-eager to bitblast on pre-register
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2013-04-02 Clark BarrettFix regression error by turning off model-based solver...
2013-04-02 Clark BarrettTurning on model based array solver for QF_AX
2013-04-02 Clark BarrettMade eager lemmas an option, enabled for QF_AX
2013-04-02 Clark BarrettDisabling eager array index splitting for QF_AX
2013-04-01 Morgan DetersMerging some cleanup work:
2013-04-01 Morgan DetersFix bug 491 and related issues with checkModel() and...
2013-03-31 Clark BarrettDisabling eager array index splitting for QF_AUFLIA
2013-03-27 lianahadded model generation for bv subtheories and bv-inequa...
next