read `Nash.txt`: print(`This input file gives examples of procedure MNEv regarding Mixed Nash equilibria `): print(`---------------------`): print(`For Barry's Problem 1(a), the mixed equlibria are given by `): MNEv([[[4,4],[0,3]],[[3,0],[2,2]]]): print(``): print(`---------------------`): print(`---------------------`): print(``): print(`For Barry's Problem 1(b), the mixed equlibria are given by `): MNEv([[[1,8],[7,9]],[[3,4],[5,5]]]): print(``): print(`---------------------`): print(`---------------------`): print(``): print(`For Barry's Problem 1(c), the mixed equlibria are given by `): MNEv([[[2,8],[3,5]],[[8,2],[1,7]]]): print(`---------------------`): quit: