]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - dunshire/games.py
Remove the "VERBOSE" option, since you never want to change it.
[dunshire.git] / dunshire / games.py
index ff3ec0001b4c3508ceef2c43afb6d13ffb7d403f..51c97add2314a9de54f8bb7d76f56ac13d6a1dd9 100644 (file)
@@ -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(),