]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Make our description sound a little less stupid.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 02:23:53 +0000 (21:23 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 16 Nov 2016 02:23:53 +0000 (21:23 -0500)
doc/source/overview.rst
setup.py

index d20cbe4d15bf23f71d684be97214af6b397235c5..37e467a413172a447f6f69ab89e2239f33f58769 100644 (file)
@@ -1,10 +1,10 @@
 Overview
 --------
 
-Dunshire is a library for solving linear (cone) games. The notion of a
-symmetric linear (cone) game was introduced by Gowda and Ravindran
-[GowdaRav]_, and extended by Orlitzky to asymmetric cones with two
-interior points.
+Dunshire is a library for solving linear games over symmetric
+cones. The notion of a symmetric linear (cone) game was introduced by
+Gowda and Ravindran [GowdaRav]_, and extended by Orlitzky to
+asymmetric cones with two interior points.
 
 The state-of-the-art is that only symmetric games can be solved
 efficiently, and thus the linear games supported by Dunshire are a
index e9e8801242a7164ecc0c738aa19edd826b217177..dd19cbc05bbde7f7dc0f3e90162b9bd1e5c355e9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
     url          = 'http://michael.orlitzky.com/code/dunshire/',
     keywords     = 'game theory, cone programming, optimization',
     packages     = ['dunshire', 'test'],
-    description  = 'A library for solving linear (cone) games',
+    description  = 'A library for solving linear games over symmetric cones',
     long_description = read('doc/README.rst'),
     license      = 'AGPLv3+',
     install_requires = [ 'cvxopt >= 1.1.8' ],