view Implab/Automaton/AutomatonConst.cs @ 221:8808383fcb94 v2

fixed recursion in Safe.Dispose with IEnumerable
author cin
date Fri, 23 Jun 2017 01:03:42 +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;
    }
}