diff options
author | Harpreet | 2015-12-11 12:51:00 +0530 |
---|---|---|
committer | Harpreet | 2015-12-11 12:51:00 +0530 |
commit | 436f0daf6e4f241b8fa582a943bad09ddc091f59 (patch) | |
tree | a3f0899e5fb0542c69c4aae469c0c5bf0a04b542 /help/en_US/scilab_en_US_help/symphony.html | |
parent | 6cc967755bb135d656fba0523b4eb206581492ca (diff) | |
download | FOSSEE-Optimization-toolbox-436f0daf6e4f241b8fa582a943bad09ddc091f59.tar.gz FOSSEE-Optimization-toolbox-436f0daf6e4f241b8fa582a943bad09ddc091f59.tar.bz2 FOSSEE-Optimization-toolbox-436f0daf6e4f241b8fa582a943bad09ddc091f59.zip |
lsqnonneg added
Diffstat (limited to 'help/en_US/scilab_en_US_help/symphony.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/symphony.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/en_US/scilab_en_US_help/symphony.html b/help/en_US/scilab_en_US_help/symphony.html index 48ea705..14e9118 100644 --- a/help/en_US/scilab_en_US_help/symphony.html +++ b/help/en_US/scilab_en_US_help/symphony.html @@ -48,7 +48,7 @@ <dt><span class="term">nbCon :</span> <dd><p class="para">a double, number of constraints.</p></dd></dt> <dt><span class="term">objCoeff :</span> - <dd><p class="para">a 1 x n matrix of doubles, where n is number of variables, represents coefficients of the variables in the objective.</p></dd></dt> + <dd><p class="para">a vector of doubles, represents coefficients of the variables in the objective.</p></dd></dt> <dt><span class="term">isInt :</span> <dd><p class="para">a vector of boolean, represents wether a variable is constrained to be an integer.</p></dd></dt> <dt><span class="term">LB :</span> |