Skip to content

Commit

Permalink
update docs with instructions for quiet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
madeleineudell committed Jan 9, 2015
1 parent 7ba07c1 commit ac7240d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/solvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ You can set or see the current default solver by
# Now Gurobi will be used by default as a solver

Many of the solvers also allow options to be passed in. More details can be found in each solver's documentation.
For example, if we wish to increase the maximum number of iterations for ECOS or SCS, we can do so by

For example, if we wish to turn off printing for the ECOS solver (ie, run in quiet mode), we can do so by
::

using ECOS
solve!(p, ECOSSolver(verbose=false))

If we wish to increase the maximum number of iterations for ECOS or SCS, we can do so by
::

using ECOS
Expand Down

0 comments on commit ac7240d

Please sign in to comment.