From f7c5cbc61d5b52c749824298cfa39a95db2d879c Mon Sep 17 00:00:00 2001 From: Harpreet Date: Fri, 29 Jan 2016 16:38:03 +0530 Subject: linprog general tests added --- help/en_US/scilab_en_US_help/qpipopt.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/qpipopt.html') diff --git a/help/en_US/scilab_en_US_help/qpipopt.html b/help/en_US/scilab_en_US_help/qpipopt.html index 19b4e44..1a6911b 100644 --- a/help/en_US/scilab_en_US_help/qpipopt.html +++ b/help/en_US/scilab_en_US_help/qpipopt.html @@ -16,7 +16,7 @@ - Symphony Toolbox + FOSSEE Optimization Toolbox @@ -29,7 +29,7 @@ - Symphony Toolbox >> Symphony Toolbox > qpipopt + FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > qpipopt

qpipopt

@@ -80,6 +80,12 @@

Search the minimum of a constrained linear quadratic optimization problem specified by :

The routine calls Ipopt for solving the quadratic problem, Ipopt is a library written in C++.

+

The options allows the user to set various parameters of the Optimization problem. +It should be defined as type "list" and contains the following fields. +

The exitflag allows to know the status of the optimization which is given back by Ipopt.