X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dunshire%2Fgames.py;h=51c97add2314a9de54f8bb7d76f56ac13d6a1dd9;hb=5a78134ba154ef2e4855b791d1bdb45f26bfdf57;hp=ff3ec0001b4c3508ceef2c43afb6d13ffb7d403f;hpb=428ef4a28dc25409df02f6af024043c21307a646;p=dunshire.git diff --git a/dunshire/games.py b/dunshire/games.py index ff3ec00..51c97ad 100644 --- a/dunshire/games.py +++ b/dunshire/games.py @@ -926,7 +926,7 @@ class SymmetricLinearGame: """ try: - opts = {'show_progress': options.VERBOSE} + opts = {'show_progress': False} soln_dict = solvers.conelp(self._c(), self._G(), self._h(),