view Implab/Automaton/AutomatonConst.cs @ 179:478ef706906a ref20160224

sync
author cin
date Wed, 23 Mar 2016 19:52:08 +0300
parents d5c5db0335ee
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;
    }
}