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 @@ - - - sym_addVar - - - -
- - - - -
- << sym_addConstr - - - Symphony Native Functions - - - sym_close >> - -
-
-
- - - - FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_addVar - -

-

sym_addVar

-

Add a new variable

- -

Calling Sequence

-
sym_addVar(coeff,lower,upper,obj,isInt,name)
- -

Description

- -

This function adds a new variable from scratch.

- -

Arguments

- -
coeff -

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 -

Lower bound of the new variable

-
upper -

Upper bound of the new variable

-
obj -

Coefficient of the variable in the objective function

-
isInt -

Wether the variable is constrainted to be an integer (boolean %t or %f)

-
name -

Name of the new variable

- -

Return value

- -

Returns 0

- -

Examples

- -
sym_addVar(sparse([0;0;1;2;0;0]),0,%inf,1.2,%t,"part1")
- -

Authors

- -
-
- -
- - - - - - -
Report an issue
- << sym_addConstr - - - Symphony Native Functions - - - sym_close >> - -
-
-
- - -- cgit