Improve computeCareGraph functions to check shared term equality status once per...
[cvc5.git] / src / theory / strings / theory_strings.cpp
2017-03-21 ajreynolImprove computeCareGraph functions to check shared...
2017-03-03 ajreynolFix for collectModelInfo related to finite types +...
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2017-01-30 ajreynolFix regexp cache issue in strings, add regression.
2017-01-18 Andrew ReynoldsMerge pull request #128 from 4tXJ7f/fix_lfsc_perf
2017-01-14 Clark BarrettMerge pull request #130 from chadbrewbaker/master
2017-01-13 ajreynolDo not rewrite explanations in strings.
2016-12-07 ajreynolAdd sets regression, fixes bug 754. Minor fix to regex...
2016-12-07 ajreynolFix nf exp tracking for non-linear string equalities...
2016-11-18 Clark BarrettMerge pull request #110 from 4tXJ7f/fix_makefiles
2016-11-18 Clark BarrettAdd support for set-logic ALL, fix compiler error in...
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-08 ajreynolMinor fixes related to ExtTheory + incremental, fixes...
2016-11-03 ajreynolAdd priorities to getNextDecision. Properly handle...
2016-10-13 ajreynolMerging bv parts of ajr/bvExt branch, minor additions...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-01 Tim KingMerge pull request #93 from timothy-king/clang-format
2016-10-01 ajreynolIncorporate non-bv parts of ajr/bvExt branch
2016-09-26 Tim KingDisambiguating a type issue. Coverity scan reported...
2016-09-19 Tim KingMerge pull request #92 from timothy-king/travis-cpp11
2016-09-18 ajreynolMinor fix for strings
2016-08-26 ajreynolBasic support for EPR+CBQI. Minor cleanup.
2016-08-24 PaulMengMerge remote-tracking branch 'origin/master'
2016-08-16 ajreynolInitial infrastructure for ExtTheory, generalize extend...
2016-08-12 guykatzzMerge pull request #90 from 4tXJ7f/fewer_preproc_holes
2016-08-11 ajreynolMinor change to strings, introduce proxy vars only...
2016-08-10 ajreynolImprovements to strings: work on propagations for rever...
2016-08-03 barrettcwMerge pull request #87 from 4tXJ7f/fix_oob_access
2016-07-30 ajreynolPrioritize inferences when processing normal forms...
2016-07-26 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 ajreynolMinor improvements to strings related to constant split...
2016-07-25 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-21 ajreynolFixes for strings, explanations for constant split...
2016-07-20 ajreynolInfer conflicts in strings based on abstracting equalit...
2016-07-16 ajreynolRefactor strings extf evaluation info. Ensure strings...
2016-07-15 ajreynolMinor simplification to normal form explanations.
2016-07-08 ajreynolMinor fix to last commit.
2016-07-08 ajreynolSimplifications for strings normal forms, fix case...
2016-07-07 ajreynolRefactoring of strings preprocess module. When enabled...
2016-07-06 ajreynolMinor cleanup in strings, mostly related to negated...
2016-07-06 ajreynolAdd comment field for model, resolves hack for printing...
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-06-08 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-06 guykatzzMerge pull request #85 from CVC4/master_for_proof_merge
2016-06-03 ajreynolRemove NodeListMap from strings, fixes memory leaks...
2016-06-01 ajreynolInitial infrastructure for bounded set quantification...
2016-05-21 ajreynolMinor fix for strings.
2016-05-20 ajreynolMinor fix to strings, cleanup in datatypes.
2016-05-20 ajreynolImprovements to theory combination + strings: do not...
2016-05-06 ajreynolMinor clean up, fixes related to sygus.
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-03-07 ajreynolMinor change to F-Length inference in strings. No inter...
2016-03-03 ajreynolAdd missing code to track dependencies recursively...
2016-03-01 ajreynolShorter explanations for strings based on tracking...
2016-02-26 ajreynolRefactoring of inferences in strings. Add several options.
2016-02-25 ajreynolMinor improvement to partial qe. Add options for repres...
2016-02-24 ajreynolAdd entailment checks between length terms to reduce...
2016-02-02 Tim KingMoving dump.*, command.*, model.*, and ite_removal...
2016-01-28 Tim KingAdding listeners to Options.
2016-01-13 ajreynolLemma cache datatypes. Do not send true lemma in quanti...
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2016-01-06 Tim KingAdd SmtGlobals Class
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-11-17 ajreynolImprove relevant domain computation for arithmetic...
2015-10-24 ajreynolFixes related to string contains.
2015-10-21 ajreynolMinor refactoring in strings related to length.
2015-10-20 ajreynolRefactor strings, remove old cycle checks in normalize...
2015-10-19 ajreynolClean up explanations involving string length. Add...
2015-10-19 ajreynolImprove stratification of strings extended function...
2015-10-19 ajreynolImprove regexp rewriter, simplify regexp preprocess...
2015-10-15 ajreynolFix congruence check in strings, fixes bug 686.
2015-10-15 ajreynolChange semantics of str.substr to allow endpoint out...
2015-10-15 ajreynolDecompose string contains, minor refactoring.
2015-10-11 ajreynolFix strings preprocessing + incremental, fixes bug...
2015-10-08 ajreynolMinor improvements to strings. Refactor rewriter. Enabl...
2015-10-07 ajreynolMinor improvements, add endpoint eq inference to strings.
2015-10-06 ajreynolMore improvements to strings rewriter for regexps,...
2015-10-02 ajreynolFixes related to explanations for cycles, sym inference...
2015-10-02 ajreynolImprovements to rewriter for regexp, contains, indexof...
2015-10-01 ajreynolEvaluate extended operators on partially concrete argum...
2015-10-01 ajreynolMore improvements to strings. More aggressive inference...
2015-09-30 ajreynolRefactor strings, bug fix inferences vs lemmas.
2015-09-28 ajreynolMinor fix
2015-09-28 ajreynolMinor fixes to strings, add regressions.
2015-09-28 ajreynolFix bug for trivial extf inferences in strings. Improve...
2015-09-27 ajreynolImproved handling of extended operators. Do preprocess...
2015-09-26 ajreynolLazy preprocessing of extended operators in strings...
2015-09-09 ajreynolFix bug in strings rewriter regarding lengths of substr...
2015-08-18 Tianyi Liangfix for bug663
2015-07-30 ajreynolImplement virtual term substitution for non-nested...
2015-05-12 barrettcwMerge pull request #74 from finnhaedicke/namespace_minisat
2015-04-22 Kshitij BansalMerge pull request #73 from kbansal/parser-dont-tokenize
2015-04-17 Tianyi LiangPatch for Kshitij's fix on requriePhase
2015-04-17 Kshitij BansalMerge pull request #72 from kbansal/decision-requirephase
2015-04-09 ajreynolBug fix negative contains cache.
2015-04-02 Kshitij BansalMerge pull request #71 from kbansal/const-are-triggers
2015-03-25 Kshitij Bansalchange const are triggers from false to true in equalit...
2015-03-16 Tianyi LiangAdd requirePhase len(x) = 0.
next