view Implab/Automaton/AutomatonConst.cs @ 275:6fefd5811b9b v3

refactoring
author cin
date Fri, 27 Apr 2018 16:57:30 +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;
    }
}