From eb9ca1191c94059cd7adcf69805906c809fe9712 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 29 Dec 2015 00:38:48 +0530 Subject: Bugs fixed 4 --- help/en_US/scilab_en_US_help/qpipoptmat.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'help/en_US/scilab_en_US_help/qpipoptmat.html') diff --git a/help/en_US/scilab_en_US_help/qpipoptmat.html b/help/en_US/scilab_en_US_help/qpipoptmat.html index 2ed139d..73c7298 100644 --- a/help/en_US/scilab_en_US_help/qpipoptmat.html +++ b/help/en_US/scilab_en_US_help/qpipoptmat.html @@ -58,9 +58,9 @@
a matrix of double, represents the linear coefficients in the equality constraints
a vector of double, represents the linear coefficients in the equality constraints
a vector of double, contains lower bounds of the variables.
a vector of double, contains upper bounds of the variables.
a vector of double, contains initial guess of variables.
a double, the function value at x.
Integer identifying the reason the algorithm terminated.
Integer identifying the reason the algorithm terminated.It could be 0, 1 or 2 etc. i.e. Optimal, Maximum Number of Iterations Exceeded, CPU time exceeded. Other flags one can see in the qpipoptmat macro.
Structure containing information about the optimization. Right now it contains number of iteration.
Structure containing information about the optimization. This version only contains number of iterations.
Structure containing the Lagrange multipliers at the solution x (separated by constraint type).It contains lower, upper and linear equality, inequality constraints.
Search the minimum of a constrained linear quadratic optimization problem specified by : find the minimum of f(x) such that
-We are calling IPOpt for solving the quadratic problem, IPOpt is a library written in C++.
+The routine calls Ipopt for solving the quadratic problem, Ipopt is a library written in C++.