view Implab/Automaton/AutomatonConst.cs @ 261:05a87f575512 v3

Добавлена метка v3.0.6 для набора изменений 547a2fc0d93e
author cin
date Fri, 13 Apr 2018 19:15:11 +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;
    }
}