From 4c946acce00821cab415ca7ed3af30df2ccf120d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 15 Nov 2016 21:23:53 -0500 Subject: [PATCH] Make our description sound a little less stupid. --- doc/source/overview.rst | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/overview.rst b/doc/source/overview.rst index d20cbe4..37e467a 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -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 diff --git a/setup.py b/setup.py index e9e8801..dd19cbc 100644 --- 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' ], -- 2.43.2