gambitproject / gambit

Gambit: The package for computation in game theory
http://www.gambit-project.org
GNU General Public License v2.0
406 stars 151 forks source link

Option to suppress log output for Nash solvers #238

Closed likan999 closed 6 years ago

likan999 commented 6 years ago

When calling gambit.nash.lp_solve to compute Nash equilibrium, it prints a lot of intermediate results to console. I don’t find an option to suppress it. This is a feature request that add an option to the silver to suppress those verbose intermediate results. If there are already ways to do that, then it would be nice to have them in documentations.

tturocy commented 6 years ago

This was dealt with in commit 700a9d74.