From dad86bd42cdc2a0e56df9e0591879e5d26fd56fa Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 5 Jan 2016 12:22:43 +0530 Subject: constrviolation and licence file added --- help/en_US/scilab_en_US_help/symphonymat.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'help/en_US/scilab_en_US_help/symphonymat.html') diff --git a/help/en_US/scilab_en_US_help/symphonymat.html b/help/en_US/scilab_en_US_help/symphonymat.html index 203f2d4..db8ffee 100644 --- a/help/en_US/scilab_en_US_help/symphonymat.html +++ b/help/en_US/scilab_en_US_help/symphonymat.html @@ -61,20 +61,29 @@
Upper bounds, specified as a vector or array of double. ub represents the upper bounds elementwise in lb ≤ x ≤ ub.
a list containing the the parameters to be set.
a list containing the parameters to be set.
a vector of double, the computed solution of the optimization problem.
a double, the function value at x
a double, the value of the function at x.
status flag returned from symphony. 227 is optimal, 228 is Time limit exceeded, 230 is iteration limit exceeded.
status flag returned from symphony. See below for details.
The output data structure contains detailed information about the optimization process. This version only contains number of iterations.
The output data structure contains detailed information about the optimization process. See below for details.
Search the minimum or maximum of a constrained mixed integer linear programming optimization problem specified by :
The routine calls SYMPHONY written in C by gateway files for the actual computation.
+The status allows to know the status of the optimization which is given back by Ipopt. +
For more details on status see the symphony documentation, go to http://www.coin-or.org/SYMPHONY/man-5.6/
+The output data structure contains detailed informations about the optimization process. +It has type "struct" and contains the following fields. +