public override bool Decide(int[] input)
        {
            tm = new UPLDR_NDTM();
            tm.Setup();

            tm.Run(input);

            return(tm.Accepted);
        }
        public override bool Decide(int[] input)
        {
            tm = new UPLDR_NDTM();
            tm.Setup();

            meap = new UPLDR_MEAP(tm);

            return(meap.Decide(input));
        }