From 6e9ee19cd67b0b85b7708efa4847c7ebb6d79f24 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 22 Dec 2015 15:54:28 +0530 Subject: Bugs fixed 3 --- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 7496 -> 7491 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 868 -> 867 bytes .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 270 -> 270 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 36157 -> 36132 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 16384 -> 16384 bytes .../scilab_en_US_help/_LaTeX_symphonymat.xml_1.png | Bin 3160 -> 3187 bytes help/en_US/scilab_en_US_help/lsqlin.html | 22 ++++++------- help/en_US/scilab_en_US_help/qpipopt.html | 18 +++++------ help/en_US/scilab_en_US_help/qpipoptmat.html | 22 ++++++------- help/en_US/scilab_en_US_help/symphony.html | 16 +++++----- help/en_US/scilab_en_US_help/symphonymat.html | 34 ++++++++++----------- 11 files changed, 56 insertions(+), 56 deletions(-) (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index 9b6386a..90b22d8 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB index 8f3ddaf..8cff552 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS index d668ed6..62368d7 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS index 65379cd..c85a3ee 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index e2f089a..80e09d1 100644 Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_symphonymat.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_symphonymat.xml_1.png index 94c5200..2d61fb7 100644 Binary files a/help/en_US/scilab_en_US_help/_LaTeX_symphonymat.xml_1.png and b/help/en_US/scilab_en_US_help/_LaTeX_symphonymat.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/lsqlin.html b/help/en_US/scilab_en_US_help/lsqlin.html index b371871..b843257 100644 --- a/help/en_US/scilab_en_US_help/lsqlin.html +++ b/help/en_US/scilab_en_US_help/lsqlin.html @@ -46,31 +46,31 @@
a matrix of doubles, represents the multiplier of the solution x in the expression C*x - d. C is M-by-N, where M is the number of equations, and N is the number of elements of x.
a matrix of double, represents the multiplier of the solution x in the expression C*x - d. C is M-by-N, where M is the number of equations, and N is the number of elements of x.
a vector of doubles, represents the additive constant term in the expression C*x - d. d is M-by-1, where M is the number of equations.
a vector of double, represents the additive constant term in the expression C*x - d. d is M-by-1, where M is the number of equations.
a vector of doubles, represents the linear coefficients in the inequality constraints
a vector of double, represents the linear coefficients in the inequality constraints
a vector of doubles, represents the linear coefficients in the inequality constraints
a vector of double, represents the linear coefficients in the inequality constraints
a matrix of doubles, represents the linear coefficients in the equality constraints
a matrix of double, represents the linear coefficients in the equality constraints
a vector of doubles, represents the linear coefficients in the equality constraints
a vector of double, represents the linear coefficients in the equality constraints
a vector of doubles, contains lower bounds of the variables.
a vector of double, contains lower bounds of the variables.
a vector of doubles, contains upper bounds of the variables.
a vector of double, contains upper bounds of the variables.
a vector of doubles, contains initial guess of variables.
a vector of double, contains initial guess of variables.
a list containing the the parameters to be set.
a vector of doubles, the computed solution of the optimization problem.
a vector of double, the computed solution of the optimization problem.
a double, objective value returned as the scalar value norm(C*x-d)^2.
a vector of doubles, solution residuals returned as the vector C*x-d.
a vector of double, solution residuals returned as the vector C*x-d.
Integer identifying the reason the algorithm terminated.
a double, number of constraints
a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem.
a symmetric matrix of double, represents coefficients of quadratic in the quadratic problem.
a vector of doubles, represents coefficients of linear in the quadratic problem
a vector of double, represents coefficients of linear in the quadratic problem
a vector of doubles, contains lower bounds of the variables.
a vector of double, contains lower bounds of the variables.
a vector of doubles, contains upper bounds of the variables.
a vector of double, contains upper bounds of the variables.
a matrix of doubles, contains matrix representing the constraint matrix
a matrix of double, contains matrix representing the constraint matrix
a vector of doubles, contains lower bounds of the constraints.
a vector of double, contains lower bounds of the constraints.
a vector of doubles, contains upper bounds of the constraints.
a vector of double, contains upper bounds of the constraints.
a vector of doubles, contains initial guess of variables.
a vector of double, contains initial guess of variables.
a list containing the the parameters to be set.
a vector of doubles, the computed solution of the optimization problem.
a vector of double, the computed solution of the optimization problem.
a double, the function value at x.
a symmetric matrix of doubles, represents coefficients of quadratic in the quadratic problem.
a symmetric matrix of double, represents coefficients of quadratic in the quadratic problem.
a vector of doubles, represents coefficients of linear in the quadratic problem
a vector of double, represents coefficients of linear in the quadratic problem
a vector of doubles, represents the linear coefficients in the inequality constraints
a vector of double, represents the linear coefficients in the inequality constraints
a vector of doubles, represents the linear coefficients in the inequality constraints
a vector of double, represents the linear coefficients in the inequality constraints
a matrix of doubles, represents the linear coefficients in the equality constraints
a matrix of double, represents the linear coefficients in the equality constraints
a vector of doubles, represents the linear coefficients in the equality constraints
a vector of double, represents the linear coefficients in the equality constraints
a vector of doubles, contains lower bounds of the variables.
a vector of double, contains lower bounds of the variables.
a vector of doubles, contains upper bounds of the variables.
a vector of double, contains upper bounds of the variables.
a vector of doubles, contains initial guess of variables.
a vector of double, contains initial guess of variables.
a list containing the the parameters to be set.
a vector of doubles, the computed solution of the optimization problem.
a vector of double, the computed solution of the optimization problem.
a double, the function value at x.
a double, number of constraints.
a vector of doubles, represents coefficients of the variables in the objective.
a vector of double, represents coefficients of the variables in the objective.
a vector of boolean, represents wether a variable is constrained to be an integer.
a vector of doubles, represents lower bounds of the variables.
a vector of double, represents lower bounds of the variables.
a vector of doubles, represents upper bounds of the variables.
a vector of double, represents upper bounds of the variables.
a matrix of doubles, represents matrix representing the constraint matrix.
a matrix of double, represents matrix representing the constraint matrix.
a vector of doubles, represents lower bounds of the constraints.
a vector of double, represents lower bounds of the constraints.
a vector of doubles, represents upper bounds of the constraints
a vector of double, represents upper bounds of the constraints
The sense (maximization/minimization) of the objective. Use 1(sym_minimize ) or -1 (sym_maximize) here.
a a list containing the the parameters to be set.
a vector of doubles, the computed solution of the optimization problem.
a vector of double, the computed solution of the optimization problem.
a double, the function value at x.
//A basic case : // Objective function -c = [350*5,330*3,310*4,280*6,500,450,400,100]'; +objCoef = [350*5,330*3,310*4,280*6,500,450,400,100]'; // Lower Bound of variable lb = repmat(0,8,1); // Upper Bound of variables diff --git a/help/en_US/scilab_en_US_help/symphonymat.html b/help/en_US/scilab_en_US_help/symphonymat.html index 611010b..c580508 100644 --- a/help/en_US/scilab_en_US_help/symphonymat.html +++ b/help/en_US/scilab_en_US_help/symphonymat.html @@ -37,35 +37,35 @@ | ![]() | ![]() |