X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=dunshire%2Fgames.py;h=51c97add2314a9de54f8bb7d76f56ac13d6a1dd9;hp=ff3ec0001b4c3508ceef2c43afb6d13ffb7d403f;hb=5a78134ba154ef2e4855b791d1bdb45f26bfdf57;hpb=5a9c9407757117322ad2e364acb394165649dfb1 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(),