Shorten explanation for strings inference I_Norm_S (#3051)
[cvc5.git] / src / theory / strings / theory_strings.cpp
2019-06-13 Andrew Reynolds Shorten explanation for strings inference I_Norm_S...
2019-06-10 Andrew ReynoldsOptimization for strings normalize disequalities (...
2019-05-02 Andrew ReynoldsSimple optimizations to core strings theory. (#2988)
2019-04-23 Andrew ReynoldsRefactor normal forms in strings (#2897)
2019-04-17 Andrew ReynoldsFix extended function decomposition (#2960)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-26 Andrew ReynoldsFix a few warnings (#2898)
2019-03-24 Andrew Reynolds Split regular expression solver (#2891)
2019-03-22 Andrew ReynoldsRevisit strings extended function decomposition (...
2019-03-21 Andrew Reynolds Fix bad comparison in RE solver's addMembership (...
2019-03-14 Andrew ReynoldsFix function term set for theory strings compute care...
2019-01-15 Andres NoetzliStrings: Add option to change loop process mode (#2794)
2018-12-07 Andres NoetzliStrings: Make EXTF_d inference more conservative (...
2018-11-27 Andrew ReynoldsMake (T)NodeTrie a general utility (#2489)
2018-11-21 Andrew ReynoldsSupport string replace all (#2704)
2018-10-17 Andrew Reynolds Fix context-dependent for positive contains reduction...
2018-10-16 Andrew ReynoldsImprove strings reductions including skolem caching...
2018-10-11 Andrew Reynolds Fix string ext inference for rewrites that introduce...
2018-10-09 Andrew Reynolds Fix string register extended terms (#2597)
2018-09-30 Andrew ReynoldsAdd rewrite for solving stoi (#2532)
2018-09-19 Andrew Reynolds Refactor strings extended functions inferences (#2480)
2018-09-18 Andrew ReynoldsDecision strategy: incorporate strings fmf. (#2485)
2018-09-17 Andrew ReynoldsMore aggressive skolem caching for strings, document...
2018-09-17 Andrew ReynoldsMake strings model construction robust to lengths that...
2018-09-14 Andrew ReynoldsAdd Skolem cache for strings, refactor length registrat...
2018-09-12 Andrew ReynoldsFix for when strings process loop is disabled. (#2456)
2018-08-30 Andrew ReynoldsAdd regular expression elimination module (#2400)
2018-08-26 Andres NoetzliUse uniform length limit for String constants (#2381)
2018-08-26 Andrew ReynoldsFix unsigned integer type issues in strings (#2380)
2018-08-23 Andrew Reynolds Fixing some coverity warnings (#2357)
2018-08-09 Andrew Reynolds Fix char overflow issues in regular expression solver...
2018-08-07 Andrew ReynoldsMake flat form inferences optional in strings (#2277)
2018-08-02 Andrew ReynoldsMake strings robust to regular expression variables...
2018-07-06 Andrew ReynoldsSplit ext theory to own file and document (#1809)
2018-07-05 Andrew Reynolds Make string length lemmas more robust to rewriting...
2018-07-02 Andrew ReynoldsRemove some dead code from theory strings (#2125)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-22 Andrew ReynoldsInfrastructure for strings strategies (#1883)
2018-05-08 Andrew ReynoldsSupport for str.<= and str.< (#1882)
2018-05-07 Andrew ReynoldsAdd support for str.code (#1821)
2018-04-16 Andrew ReynoldsMake 256 the default cardinality for strings (#1783)
2018-04-16 Andrew ReynoldsMake strings fmf apply to all but internally generated...
2018-04-15 Andrew ReynoldsFix type error with regexp (#1778)
2018-04-14 Andrew ReynoldsDisable split for negative contains. (#1774)
2018-03-25 Andrew ReynoldsCleanup various exit calls (#1692)
2018-03-23 Andrew ReynoldsRemove unused code (#1700)
2018-03-21 Andrew ReynoldsFix for string disequality processing (#1679)
2018-03-19 Andrew ReynoldsDocument inferences for strings (#1642)
2018-03-07 Mathias PreinerMake statistics output consistent. (#1647)
2018-02-23 Andrew ReynoldsFix cd-simplification for strings (#1624)
2018-02-22 Andrew ReynoldsMinor improvements to string rewriter (#1572)
2018-01-02 Andrew ReynoldsImprove rewriter for string equality (#1427)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-11-30 Andrew ReynoldsFixes for issue 1404 (#1409)
2017-09-12 Tim KingAdding reasonable breaks in switch statement in TheoryS...
2017-09-11 Tim KingAddressing a coverity scan complaint in theory_strings...
2017-09-05 Andrew ReynoldsRemove support for conversions between uint32/uint16...
2017-08-24 Andrew ReynoldsMerge pull request #191 from timothy-king/cleanup-regexp
2017-08-22 Aina NiemetzCleanup: use Assert rather than C assert. (#1052)
2017-07-29 ajreynolAdd support for charat in native language, minor cleanup.
2017-07-28 ajreynolFix cache issues for cyclic string equations.
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-10 ajreynolDo not split on cardinality for string equivalence...
2017-04-04 ajreynolSimplify Theory::collectModelInfo interface to not...
2017-03-28 Tim KingMinor cleanups to ExtTheory.
2017-03-27 Clark BarrettMerge pull request #137 from 4tXJ7f/throw_quals
2017-03-27 Tim KingMaking the ExtTheory object a private member of Theory.
2017-03-22 ajreynolFix more cases of rewritten explanations in strings...
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
next