[sdpb] 152/233: Simplified description in readme
Tobias Hansen
thansen at moszumanska.debian.org
Thu Mar 9 04:06:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository sdpb.
commit e9dfa557b1661844be2e1ad2ef6963c4342c24c8
Author: David Simmons-Duffin <davidsd at gmail.com>
Date: Thu Feb 5 22:47:21 2015 -0500
Simplified description in readme
---
Readme.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Readme.md b/Readme.md
index bae20ba..8641f2a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,12 +6,12 @@ program solver, designed for the conformal bootstrap.
It solves the following type of optimization problem
```
-maximize: b_0 + \sum_{n=1}^N b_n y_n over (y_1,...,y_N),
+maximize: b_0 + \sum_n b_n y_n over (y_1,...,y_N),
-such that: M^0_j(x) + \sum_{n=1}^N y_n M^n_j(x) is positive semidefinite
+such that: M_{0j}(x) + \sum_n y_n M_{nj}(x) is positive semidefinite
for all x >= 0 and 1 <= j <= J,
-where each M^n_j(x) is a polynomial matrix in x.
+where each M_{nj}(x) is a polynomial matrix in x.
```
For more information, see the manual in the `docs` folder.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git
More information about the debian-science-commits
mailing list