Exemple #1
0
 def testSymmetryChecker(self):
     symmetric_game = BimatrixTwoStrategyGame.fromsymmetricpayoffs(
         random.rand(), random.rand(), random.rand(), random.rand())
     self.assertTrue(symmetric_game.is_symmetric())