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