-
- Downloads
algo: make regexp optimize more
The case (b*+a)* was only optimized to (b+a)* by lemma V4.
Showing
- alib2algo/src/regexp/simplify/RegExpOptimize.h 3 additions, 3 deletionsalib2algo/src/regexp/simplify/RegExpOptimize.h
- alib2algo/src/regexp/simplify/RegExpOptimizeUnboundedPart.hpp 11 additions, 12 deletions...2algo/src/regexp/simplify/RegExpOptimizeUnboundedPart.hpp
- alib2algo/test-src/regexp/simplify/RegExpOptimizeTest.cpp 24 additions, 20 deletionsalib2algo/test-src/regexp/simplify/RegExpOptimizeTest.cpp
Loading
Please register or sign in to comment