bug fix in strings : change from assert to alwaysassert
[cvc5.git] / src / theory / strings / theory_strings.cpp
2013-10-15 Tianyi Liangbug fix in strings : change from assert to alwaysassert
2013-10-15 Tianyi Liangbug fix: string cache cleaning
2013-10-14 Tianyi LiangAdds Regular Expression support.
2013-10-11 Tianyi LiangAdds regular expression support, it is actually CFL...
2013-10-11 Tianyi Liangadd constant membership
2013-10-11 Tianyi Liangadd constant membership
2013-10-03 Tianyi LiangMerge branch 'master' of https://github.com/CVC4/CVC4
2013-10-03 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-10-03 Tianyi Liangadds some fixes. it solves kaluza problems
2013-10-02 Tianyi Liangadds partial function substr. the use of this function...
2013-10-02 Tianyi Liangadds partial function substr. the use of this function...
2013-10-01 Tianyi Liangreplace with a new method for disequality, move to...
2013-09-30 Tianyi Liangadd x=y
2013-09-30 Tianyi Liangfixed a loop bug
2013-09-27 Morgan DetersMerge branch 'master' of github.com:tiliang/CVC4
2013-09-27 Tianyi Liangadds communication with arith engine
2013-09-27 Tianyi Liangremoves unsound cases, adds unrolling
2013-09-27 Tianyi Liangfix the infinite issue
2013-09-27 Tianyi Liangfor morgan to see the regression problems
2013-09-27 Tianyi Liangfix loop detection for multi-vars
2013-09-27 Tianyi Liangoptimizing model generation for strings
2013-09-27 Tianyi Liangadds model generation for strings, and a hacked way...
2013-09-27 Tianyi Liangremoves unsound cases, adds unrolling
2013-09-25 Tianyi Liangfix the infinite issue
2013-09-25 Tianyi Liangfor morgan to see the regression problems
2013-09-24 Tianyi Liangfix loop detection for multi-vars
2013-09-24 Tianyi Liangoptimizing model generation for strings
2013-09-24 Tianyi Liangadds model generation for strings, and a hacked way...
2013-09-13 Kshitij BansalMerge branch 'master' of https://github.com/CVC4/CVC4
2013-09-11 Tianyi LiangTheory of strings.