Parameters
----------
+ game : SymmetricLinearGame
+ A copy of the game whose solution failed.
+
solution_dict : dict
The solution dictionary returned from the failed cone program.
"""
def __init__(self, game, solution_dict):
"""
- Create a new GameUnsolvableException object.
+ Create a new :class:`GameUnsolvableException` object.
"""
super().__init__()
self._game = game
The returned representation highlights the "status" field of the
CVXOPT dictionary, since that should explain what went
- wrong. The game details and full CVXOPT solution dictionary is
+ wrong. The game details and full CVXOPT solution dictionary are
included after the status.
"""
tpl = 'Solution failed with result "{:s}."\n' \