summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.h
AgeCommit message (Expand)Author
2015-02-05Improved string performance, thanks to Peter's benchmarks.Tianyi Liang
2014-11-26add more functions for regular expressionsTianyi Liang
2014-11-20Disable constants sharing in eq engine, disable hack in theory engine. Chang...ajreynol
2014-10-21Fixed bug 589Tianyi Liang
2014-07-01Update copyrights.Morgan Deters
2014-06-24Squashed commit of the following:Morgan Deters
2014-05-11Replace lemma sending with EQ assertions. Fix a typo in hex_to_int function.Tianyi Liang
2014-04-29fix a typo: --string-exp => --strings-exp; fix a signed int warning in antlrTianyi Liang
2014-04-28add strings-opt2 for regular splittingTianyi Liang
2014-04-24minor change: add a heuristic for preventing constant splitting.Tianyi Liang
2014-03-27deriv symbolic regexpTianyi Liang
2014-03-27adds intersectionTianyi Liang
2014-03-19Refactor the theory specific parts of definition expansion into the theory so...Martin Brain
2014-03-17hot fix for pre-reg term caching in stringsTianyi Liang
2014-03-10adds intro vars length cacheTianyi Liang
2014-03-06adds incremental for strings; clean-up codesTianyi Liang
2014-02-28a new regular expression engine for solving both positive and negative member...Tianyi Liang
2014-02-21reorganize substr, fix some potential bugs, adds cache for preprocessingTianyi Liang
2014-02-17type conversionTianyi Liang
2014-02-13fix expanding defTianyi Liang
2014-02-12bug fix for reverse checkTianyi Liang
2014-01-31Substr fix: (= (str.substr "" 0 3) "xxx") should be SAT in the defintion of S...Tianyi Liang
2014-01-30stats for eq/diseq splitsTianyi Liang
2014-01-30another name changeTianyi Liang
2014-01-30adds statsTianyi Liang
2014-01-29roll back to uf implementation for substr and charatTianyi Liang
2014-01-28merge internal and user of charat & substr into oneTianyi Liang
2014-01-25replace charat uf with internal oneTianyi Liang
2014-01-24rev diseqTianyi Liang
2014-01-24rev const splitTianyi Liang
2014-01-24optimize for the reverse directionTianyi Liang
2014-01-23fix: constants are inferred to be the sameTianyi Liang
2014-01-22add warning for using strings in ALL_SUPPORTEDTianyi Liang
2014-01-22Delay QuantifiersEngine and UF strong solver initialization until after final...Morgan Deters
2014-01-20improve string containsTianyi Liang
2014-01-18strings with new ideasTianyi Liang
2014-01-15adds smt2 print for stringsTianyi Liang
2014-01-10normal form breakingTianyi Liang
2014-01-07string contain changesTianyi Liang
2013-12-24Minor code cleanup.Morgan Deters
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-12-03adds LB strategyTianyi Liang
2013-12-03Last version for undelayed LBTianyi Liang
2013-12-03string fmf changesTianyi Liang
2013-11-12add string progress measurementsTianyi Liang
2013-11-12add loop cacheTianyi Liang
2013-11-11length lemma is changed, var-split lemma is changedTianyi Liang
2013-11-07Adds the header file into makefile, solving building error; adds cache for de...Tianyi Liang
2013-11-06change optionsTianyi Liang
2013-11-06add seperate regular expression filesTianyi Liang
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback