view Implab/Automaton/AutomatonConst.cs @ 239:eedf4d834e67 v2

fix
author cin
date Wed, 13 Dec 2017 19:54:45 +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;
    }
}