Fixed a comment.
This commit is contained in:
parent
ea5d838735
commit
7d63641f96
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ int linprogmax(double *XMOLES, double *CC, double *AX, double *BB,
|
|||
|
||||
/*-----------------------------------------------------------------------
|
||||
* Find XMOLES(I), i = 1, M such that
|
||||
* Maximize CC dot W, subject to the NE constraints:
|
||||
* Maximize CC dot XMOLES, subject to the NE constraints:
|
||||
*
|
||||
* [AX] [XMOLES] = [BB]
|
||||
* and XMOLES(i) > 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue