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