Doc. Fix coefficient definition to use math formatting

This commit is contained in:
Evgeniy L 2016-01-11 18:07:59 +03:00
parent da07805fa6
commit 323c43f7d8
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ The problem is described in terms of `Linear programming <https://en.wikipedia.o
max\left\{c^{T}x : Ax \ge b\right\}
* **c^{T}x** - is an objective function for maximization
* :math:`{\bf c^{T}x}` - is an objective function for maximization
* **c** - a vector of coefficients for the values to be found
* **x** - a vector of result values
* **A** - coefficients matrix