summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/symphony.html
diff options
context:
space:
mode:
authorHarpreet2016-01-07 17:14:07 +0530
committerHarpreet2016-01-07 17:14:07 +0530
commitdd3d72ae2cdb43311b4e501966f09694bbd3e505 (patch)
tree22a62596c6cae995f4693d75d52d96cd787c40b8 /help/en_US/scilab_en_US_help/symphony.html
parentdad86bd42cdc2a0e56df9e0591879e5d26fd56fa (diff)
downloadFOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.gz
FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.tar.bz2
FOSSEE-Optimization-toolbox-dd3d72ae2cdb43311b4e501966f09694bbd3e505.zip
lower bound, upper bound test added
Diffstat (limited to 'help/en_US/scilab_en_US_help/symphony.html')
-rw-r--r--help/en_US/scilab_en_US_help/symphony.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/en_US/scilab_en_US_help/symphony.html b/help/en_US/scilab_en_US_help/symphony.html
index d5b21cd..63c1db3 100644
--- a/help/en_US/scilab_en_US_help/symphony.html
+++ b/help/en_US/scilab_en_US_help/symphony.html
@@ -56,11 +56,11 @@
<dt><span class="term">ub :</span>
<dd><p class="para">a vector of double, represents upper bounds of the variables.</p></dd></dt>
<dt><span class="term">A :</span>
- <dd><p class="para">a matrix of double, represents matrix representing the constraint matrix.</p></dd></dt>
+ <dd><p class="para">a matrix of double, represents matrix representing the constraint matrix conLB ≤ A⋅x ≤ conUB.</p></dd></dt>
<dt><span class="term">conLB :</span>
- <dd><p class="para">a vector of double, represents lower bounds of the constraints.</p></dd></dt>
+ <dd><p class="para">a vector of double, represents lower bounds of the constraints conLB ≤ A⋅x ≤ conUB.</p></dd></dt>
<dt><span class="term">conUB :</span>
- <dd><p class="para">a vector of double, represents upper bounds of the constraints</p></dd></dt>
+ <dd><p class="para">a vector of double, represents upper bounds of the constraints conLB ≤ A⋅x ≤ conUB.</p></dd></dt>
<dt><span class="term">objSense :</span>
<dd><p class="para">The sense (maximization/minimization) of the objective. Use 1(sym_minimize ) or -1 (sym_maximize) here.</p></dd></dt>
<dt><span class="term">options :</span>