Shorten explanation for strings inference I_Norm_S (#3051)
[cvc5.git] / src / theory / strings / theory_strings.cpp
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.
2015-03-11 ajreynolStrings split on constant lengths, add length=0 to...
2015-02-06 Tianyi LiangImproved string performance, thanks to Peter's benchmarks.
2015-02-06 Tianyi LiangImproved string performance, thanks to Peter's benchmarks.
2015-01-07 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-12-27 Dejan JovanovicAdding an option to the equality engine constructor...
2014-12-22 Tianyi Liangbug fix for constant regular expression model building
2014-12-22 Tianyi Liangbug fix for constant regular expression model building
2014-12-06 Tianyi LiangAdded C++/Java api examples;
2014-12-06 Tianyi LiangAdded C++/Java api examples;
2014-12-05 Tianyi LiangRelaxed the constant requirement for regular expression...
2014-12-03 Kshitij BansalMerge branch 'master' of https://github.com/CVC4/CVC4
2014-11-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-11-27 Tianyi Liangadd more functions for regular expressions
2014-11-27 Tianyi Liangadd more functions for regular expressions
2014-11-20 ajreynolDisable constants sharing in eq engine, disable hack...
2014-11-17 Morgan DetersNew, uniform checkTime statistic for all theories ...
2014-11-11 Kshitij BansalMerge pull request #64 from mdeters/theorysets-hashset...
2014-11-10 Tianyi LiangMerge pull request #63 from mdeters/theorystrings-hashs...
2014-11-10 Morgan DetersMerge branch '1.4.x'
2014-11-09 Morgan DetersUpdate TheoryStrings to use CDHashSet<>::key_begin...
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-07 Morgan DetersMerge branch '1.4.x'
2014-11-05 Morgan DetersMerge branch '1.4.x'
2014-10-22 Tianyi LiangFixed bug 589
2014-10-17 Morgan DetersMerge branch '1.4.x'
2014-10-17 Tianyi LiangMinor change for performance according to Andy's sugges...
2014-10-16 Morgan DetersMerge branch '1.4.x'
2014-10-11 Morgan DetersMerge branch '1.4.x'
2014-10-10 Kshitij BansalMerge remote-tracking branch 'origin/1.4.x'
2014-10-09 Morgan DetersMerge branch '1.4.x'
2014-10-07 Morgan DetersMerge branch '1.4.x'
next