Mercurial > pub > ImplabNet
view Implab/Automaton/AutomatonConst.cs @ 237:f2150c16b476 v2
missing files
author | cin |
---|---|
date | Wed, 22 Nov 2017 16:54:58 +0300 |
parents | 302ca905c19e |
children |
line wrap: on
line source
namespace Implab.Automaton { public static class AutomatonConst { public const int UnreachableState = -1; public const int UnclassifiedInput = 0; } }