Add Skolem cache for strings, refactor length registration (#2457)
[cvc5.git] / src / theory / strings / theory_strings.cpp
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
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...
next