Mercurial > pub > ImplabNet
view Implab/Automaton/AutomatonConst.cs @ 218:babe55c34931 v2
Trace logical operations in the correct channel
author | cin |
---|---|
date | Thu, 04 May 2017 02:17:53 +0300 |
parents | 478ef706906a |
children | 302ca905c19e |
line wrap: on
line source
namespace Implab.Automaton { public static class AutomatonConst { public const int UNREACHABLE_STATE = -1; public const int UNCLASSIFIED_INPUT = 0; } }