diff options
author | Harpreet | 2015-12-22 15:54:28 +0530 |
---|---|---|
committer | Harpreet | 2015-12-22 15:54:28 +0530 |
commit | 6e9ee19cd67b0b85b7708efa4847c7ebb6d79f24 (patch) | |
tree | 9501c5e1123426ab0b91d2e668902bd2b8d2a356 /help/en_US/qpipopt.xml | |
parent | 79583a44468943fad22ba1de2dd25dd86f7be167 (diff) | |
download | symphony-6e9ee19cd67b0b85b7708efa4847c7ebb6d79f24.tar.gz symphony-6e9ee19cd67b0b85b7708efa4847c7ebb6d79f24.tar.bz2 symphony-6e9ee19cd67b0b85b7708efa4847c7ebb6d79f24.zip |
Bugs fixed 3
Diffstat (limited to 'help/en_US/qpipopt.xml')
-rw-r--r-- | help/en_US/qpipopt.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/help/en_US/qpipopt.xml b/help/en_US/qpipopt.xml index d9a0e6e..23e2c52 100644 --- a/help/en_US/qpipopt.xml +++ b/help/en_US/qpipopt.xml @@ -40,25 +40,25 @@ <varlistentry><term>nbCon :</term> <listitem><para> a double, number of constraints</para></listitem></varlistentry> <varlistentry><term>Q :</term> - <listitem><para> a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem.</para></listitem></varlistentry> + <listitem><para> a symmetric matrix of double, represents coefficients of quadratic in the quadratic problem.</para></listitem></varlistentry> <varlistentry><term>p :</term> - <listitem><para> a vector of doubles, represents coefficients of linear in the quadratic problem</para></listitem></varlistentry> + <listitem><para> a vector of double, represents coefficients of linear in the quadratic problem</para></listitem></varlistentry> <varlistentry><term>LB :</term> - <listitem><para> a vector of doubles, contains lower bounds of the variables.</para></listitem></varlistentry> + <listitem><para> a vector of double, contains lower bounds of the variables.</para></listitem></varlistentry> <varlistentry><term>UB :</term> - <listitem><para> a vector of doubles, contains upper bounds of the variables.</para></listitem></varlistentry> + <listitem><para> a vector of double, contains upper bounds of the variables.</para></listitem></varlistentry> <varlistentry><term>conMatrix :</term> - <listitem><para> a matrix of doubles, contains matrix representing the constraint matrix</para></listitem></varlistentry> + <listitem><para> a matrix of double, contains matrix representing the constraint matrix</para></listitem></varlistentry> <varlistentry><term>conLB :</term> - <listitem><para> a vector of doubles, contains lower bounds of the constraints.</para></listitem></varlistentry> + <listitem><para> a vector of double, contains lower bounds of the constraints.</para></listitem></varlistentry> <varlistentry><term>conUB :</term> - <listitem><para> a vector of doubles, contains upper bounds of the constraints.</para></listitem></varlistentry> + <listitem><para> a vector of double, contains upper bounds of the constraints.</para></listitem></varlistentry> <varlistentry><term>x0 :</term> - <listitem><para> a vector of doubles, contains initial guess of variables.</para></listitem></varlistentry> + <listitem><para> a vector of double, contains initial guess of variables.</para></listitem></varlistentry> <varlistentry><term>param :</term> <listitem><para> a list containing the the parameters to be set.</para></listitem></varlistentry> <varlistentry><term>xopt :</term> - <listitem><para> a vector of doubles, the computed solution of the optimization problem.</para></listitem></varlistentry> + <listitem><para> a vector of double, the computed solution of the optimization problem.</para></listitem></varlistentry> <varlistentry><term>fopt :</term> <listitem><para> a double, the function value at x.</para></listitem></varlistentry> <varlistentry><term>exitflag :</term> |