Mercurial > pub > ImplabNet
diff Implab/Formats/ByteAlphabet.cs @ 165:e227e78d72e4 ref20160224
DFA refactoring
author | cin |
---|---|
date | Mon, 29 Feb 2016 02:02:17 +0300 |
parents | ec35731ae299 |
children | 92d5278d1b10 |
line wrap: on
line diff
--- a/Implab/Formats/ByteAlphabet.cs Thu Feb 25 02:11:13 2016 +0300 +++ b/Implab/Formats/ByteAlphabet.cs Mon Feb 29 02:02:17 2016 +0300 @@ -1,8 +1,8 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; +using Implab.Automaton; -namespace Implab.Automaton { +namespace Implab.Formats { public class ByteAlphabet : IndexedAlphabetBase<byte> { public ByteAlphabet() : base(byte.MaxValue + 1){ }