Closed
Description
Coverage
game_theory/lemke_howson.py 152 122 20%
This has a similar issue to #300. Coverage is driven by internal private functions. As long as all internal functions are testing through lemke_howson()
calls we should probably add # pragma: no cover
to internal functions to fix the coverage statistics.