From d5a0869a7d1482b67f3fd42805948ee30a05eb1e Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 4 Feb 2016 15:36:02 +0530 Subject: Source files --- help/en_US/scilab_en_US_help/sym_addVar.html | 93 ---------------------------- 1 file changed, 93 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sym_addVar.html (limited to 'help/en_US/scilab_en_US_help/sym_addVar.html') diff --git a/help/en_US/scilab_en_US_help/sym_addVar.html b/help/en_US/scilab_en_US_help/sym_addVar.html deleted file mode 100644 index 29cb8c6..0000000 --- a/help/en_US/scilab_en_US_help/sym_addVar.html +++ /dev/null @@ -1,93 +0,0 @@ -
- -Add a new variable
sym_addVar(coeff,lower,upper,obj,isInt,name)
This function adds a new variable from scratch.
Sparse matrix representing coefficients of the new variable in the existing constraints (must have 1 column and number of rows equal to number of constraints)
Lower bound of the new variable
Upper bound of the new variable
Coefficient of the variable in the objective function
Wether the variable is constrainted to be an integer (boolean %t or %f)
Name of the new variable
Returns 0
sym_addVar(sparse([0;0;1;2;0;0]),0,%inf,1.2,%t,"part1") | ![]() | ![]() |