]> gitweb.michael.orlitzky.com - dunshire.git/blob - README
Begin adding Sphinx crap for API doc generation.
[dunshire.git] / README
1 == Overview ==
2
3 Dunshire is a CVXOPT-based library for solving linear (cone)
4 games. The notion of a cone game was introduced by Gowda[1] and
5 extended to asymmetric cones in my thesis[2].
6
7 == Requirements ==
8
9 The only requirement is the CVXOPT library, available for most Linux
10 distributions. Dunshire is targeted at python-3.x, but python-2.x will
11 probably work too.
12
13 [1] M. S. Gowda and G. Ravindran. On the game-theoretic value of a
14 linear transformation relative to a self-dual cone. Linear Algebra
15 and its Applications, 469:440-463, 2015.
16
17 [2] You wish.
18
19 [3] http://cvxopt.org/