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