From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- demos/symphony_knapsack.sce | 2 +- help/en_US/Symphony Native Function/CHAPTER | 1 + help/en_US/Symphony Native Function/CHAPTER~ | 1 + .../Symphony Native Function/sym_addConstr.xml | 76 ++++++ help/en_US/Symphony Native Function/sym_addVar.xml | 82 ++++++ help/en_US/Symphony Native Function/sym_close.xml | 59 +++++ .../Symphony Native Function/sym_deleteConstrs.xml | 61 +++++ .../Symphony Native Function/sym_deleteVars.xml | 61 +++++ .../sym_getConstrActivity.xml | 58 +++++ .../sym_getConstrLower.xml | 58 +++++ .../sym_getConstrRange.xml | 58 +++++ .../sym_getConstrSense.xml | 58 +++++ .../sym_getConstrUpper.xml | 58 +++++ .../Symphony Native Function/sym_getDblParam.xml | 61 +++++ .../Symphony Native Function/sym_getInfinity.xml | 57 +++++ .../Symphony Native Function/sym_getIntParam.xml | 61 +++++ .../Symphony Native Function/sym_getIterCount.xml | 58 +++++ .../Symphony Native Function/sym_getMatrix.xml | 58 +++++ .../Symphony Native Function/sym_getNumConstr.xml | 57 +++++ .../sym_getNumElements.xml | 57 +++++ .../Symphony Native Function/sym_getNumVar.xml | 57 +++++ .../Symphony Native Function/sym_getObjCoeff.xml | 58 +++++ .../Symphony Native Function/sym_getObjSense.xml | 57 +++++ .../Symphony Native Function/sym_getObjVal.xml | 58 +++++ .../sym_getPrimalBound.xml | 57 +++++ help/en_US/Symphony Native Function/sym_getRhs.xml | 58 +++++ .../Symphony Native Function/sym_getStatus.xml | 58 +++++ .../Symphony Native Function/sym_getStrParam.xml | 61 +++++ .../Symphony Native Function/sym_getVarLower.xml | 58 +++++ .../Symphony Native Function/sym_getVarSoln.xml | 58 +++++ .../Symphony Native Function/sym_getVarUpper.xml | 58 +++++ .../Symphony Native Function/sym_isAbandoned.xml | 58 +++++ .../Symphony Native Function/sym_isBinary.xml | 62 +++++ .../Symphony Native Function/sym_isContinuous.xml | 62 +++++ .../Symphony Native Function/sym_isEnvActive.xml | 57 +++++ .../Symphony Native Function/sym_isInfeasible.xml | 58 +++++ .../Symphony Native Function/sym_isInteger.xml | 46 ++++ .../sym_isIterLimitReached.xml | 59 +++++ .../Symphony Native Function/sym_isOptimal.xml | 59 +++++ .../sym_isTargetGapAchieved.xml | 58 +++++ .../sym_isTimeLimitReached.xml | 58 +++++ .../en_US/Symphony Native Function/sym_loadMPS.xml | 62 +++++ .../Symphony Native Function/sym_loadProblem.xml | 99 +++++++ .../sym_loadProblemBasic.xml | 100 ++++++++ help/en_US/Symphony Native Function/sym_open.xml | 59 +++++ .../Symphony Native Function/sym_resetParams.xml | 56 ++++ .../sym_setConstrLower.xml | 66 +++++ .../Symphony Native Function/sym_setConstrType.xml | 76 ++++++ .../sym_setConstrUpper.xml | 66 +++++ .../Symphony Native Function/sym_setContinuous.xml | 61 +++++ .../Symphony Native Function/sym_setDblParam.xml | 65 +++++ .../Symphony Native Function/sym_setIntParam.xml | 65 +++++ .../Symphony Native Function/sym_setInteger.xml | 61 +++++ .../Symphony Native Function/sym_setObjCoeff.xml | 66 +++++ .../Symphony Native Function/sym_setObjSense.xml | 62 +++++ .../sym_setPrimalBound.xml | 62 +++++ .../Symphony Native Function/sym_setStrParam.xml | 65 +++++ .../Symphony Native Function/sym_setVarLower.xml | 66 +++++ .../Symphony Native Function/sym_setVarSoln.xml | 63 +++++ .../Symphony Native Function/sym_setVarUpper.xml | 66 +++++ help/en_US/Symphony Native Function/sym_solve.xml | 58 +++++ help/en_US/master_help.xml | 241 ++++++++--------- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 5235 -> 6049 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 788 -> 782 bytes .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 220 -> 234 bytes .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 22593 -> 27895 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +- help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 16384 -> 16384 bytes help/en_US/scilab_en_US_help/index.html | 21 +- help/en_US/scilab_en_US_help/jhelpmap.jhm | 5 +- help/en_US/scilab_en_US_help/jhelpset.hs | 2 +- help/en_US/scilab_en_US_help/jhelptoc.xml | 10 +- .../section_19f4f1e5726c01d683e8b82be0a7e910.html | 21 +- .../section_508f0b211d17ea6769714cc144e6b731.html | 285 +++++++++++++++++++++ help/en_US/scilab_en_US_help/setOptions.html | 4 +- help/en_US/scilab_en_US_help/sym_addConstr.html | 10 +- help/en_US/scilab_en_US_help/sym_addVar.html | 6 +- help/en_US/scilab_en_US_help/sym_close.html | 6 +- .../en_US/scilab_en_US_help/sym_deleteConstrs.html | 6 +- help/en_US/scilab_en_US_help/sym_deleteVars.html | 6 +- .../scilab_en_US_help/sym_getConstrActivity.html | 6 +- .../scilab_en_US_help/sym_getConstrLower.html | 6 +- .../scilab_en_US_help/sym_getConstrRange.html | 6 +- .../scilab_en_US_help/sym_getConstrSense.html | 6 +- .../scilab_en_US_help/sym_getConstrUpper.html | 6 +- help/en_US/scilab_en_US_help/sym_getDblParam.html | 6 +- help/en_US/scilab_en_US_help/sym_getInfinity.html | 6 +- help/en_US/scilab_en_US_help/sym_getIntParam.html | 6 +- help/en_US/scilab_en_US_help/sym_getIterCount.html | 6 +- help/en_US/scilab_en_US_help/sym_getMatrix.html | 6 +- help/en_US/scilab_en_US_help/sym_getNumConstr.html | 6 +- .../scilab_en_US_help/sym_getNumElements.html | 6 +- help/en_US/scilab_en_US_help/sym_getNumVar.html | 6 +- help/en_US/scilab_en_US_help/sym_getObjCoeff.html | 6 +- help/en_US/scilab_en_US_help/sym_getObjSense.html | 6 +- help/en_US/scilab_en_US_help/sym_getObjVal.html | 6 +- .../scilab_en_US_help/sym_getPrimalBound.html | 6 +- help/en_US/scilab_en_US_help/sym_getRhs.html | 6 +- help/en_US/scilab_en_US_help/sym_getStatus.html | 6 +- help/en_US/scilab_en_US_help/sym_getStrParam.html | 6 +- help/en_US/scilab_en_US_help/sym_getVarLower.html | 6 +- help/en_US/scilab_en_US_help/sym_getVarSoln.html | 6 +- help/en_US/scilab_en_US_help/sym_getVarUpper.html | 6 +- help/en_US/scilab_en_US_help/sym_isAbandoned.html | 6 +- help/en_US/scilab_en_US_help/sym_isBinary.html | 6 +- help/en_US/scilab_en_US_help/sym_isContinuous.html | 6 +- help/en_US/scilab_en_US_help/sym_isEnvActive.html | 6 +- help/en_US/scilab_en_US_help/sym_isInfeasible.html | 6 +- help/en_US/scilab_en_US_help/sym_isInteger.html | 6 +- .../scilab_en_US_help/sym_isIterLimitReached.html | 6 +- help/en_US/scilab_en_US_help/sym_isOptimal.html | 6 +- .../scilab_en_US_help/sym_isTargetGapAchieved.html | 6 +- .../scilab_en_US_help/sym_isTimeLimitReached.html | 6 +- help/en_US/scilab_en_US_help/sym_loadMPS.html | 6 +- help/en_US/scilab_en_US_help/sym_loadProblem.html | 6 +- .../scilab_en_US_help/sym_loadProblemBasic.html | 6 +- help/en_US/scilab_en_US_help/sym_open.html | 6 +- help/en_US/scilab_en_US_help/sym_resetParams.html | 6 +- .../scilab_en_US_help/sym_setConstrLower.html | 6 +- .../en_US/scilab_en_US_help/sym_setConstrType.html | 6 +- .../scilab_en_US_help/sym_setConstrUpper.html | 6 +- .../en_US/scilab_en_US_help/sym_setContinuous.html | 6 +- help/en_US/scilab_en_US_help/sym_setDblParam.html | 6 +- help/en_US/scilab_en_US_help/sym_setIntParam.html | 6 +- help/en_US/scilab_en_US_help/sym_setInteger.html | 6 +- help/en_US/scilab_en_US_help/sym_setObjCoeff.html | 6 +- help/en_US/scilab_en_US_help/sym_setObjSense.html | 6 +- .../scilab_en_US_help/sym_setPrimalBound.html | 6 +- help/en_US/scilab_en_US_help/sym_setStrParam.html | 6 +- help/en_US/scilab_en_US_help/sym_setVarLower.html | 6 +- help/en_US/scilab_en_US_help/sym_setVarSoln.html | 6 +- help/en_US/scilab_en_US_help/sym_setVarUpper.html | 6 +- help/en_US/scilab_en_US_help/sym_solve.html | 12 +- help/en_US/scilab_en_US_help/symphony.html | 10 +- help/en_US/scilab_en_US_help/symphony_mat.html | 16 +- help/en_US/sym_addConstr.xml | 76 ------ help/en_US/sym_addVar.xml | 82 ------ help/en_US/sym_close.xml | 59 ----- help/en_US/sym_deleteConstrs.xml | 61 ----- help/en_US/sym_deleteVars.xml | 61 ----- help/en_US/sym_getConstrActivity.xml | 58 ----- help/en_US/sym_getConstrLower.xml | 58 ----- help/en_US/sym_getConstrRange.xml | 58 ----- help/en_US/sym_getConstrSense.xml | 58 ----- help/en_US/sym_getConstrUpper.xml | 58 ----- help/en_US/sym_getDblParam.xml | 61 ----- help/en_US/sym_getInfinity.xml | 57 ----- help/en_US/sym_getIntParam.xml | 61 ----- help/en_US/sym_getIterCount.xml | 58 ----- help/en_US/sym_getMatrix.xml | 58 ----- help/en_US/sym_getNumConstr.xml | 57 ----- help/en_US/sym_getNumElements.xml | 57 ----- help/en_US/sym_getNumVar.xml | 57 ----- help/en_US/sym_getObjCoeff.xml | 58 ----- help/en_US/sym_getObjSense.xml | 57 ----- help/en_US/sym_getObjVal.xml | 58 ----- help/en_US/sym_getPrimalBound.xml | 57 ----- help/en_US/sym_getRhs.xml | 58 ----- help/en_US/sym_getStatus.xml | 58 ----- help/en_US/sym_getStrParam.xml | 61 ----- help/en_US/sym_getVarLower.xml | 58 ----- help/en_US/sym_getVarSoln.xml | 58 ----- help/en_US/sym_getVarUpper.xml | 58 ----- help/en_US/sym_isAbandoned.xml | 58 ----- help/en_US/sym_isBinary.xml | 62 ----- help/en_US/sym_isContinuous.xml | 62 ----- help/en_US/sym_isEnvActive.xml | 57 ----- help/en_US/sym_isInfeasible.xml | 58 ----- help/en_US/sym_isInteger.xml | 46 ---- help/en_US/sym_isIterLimitReached.xml | 59 ----- help/en_US/sym_isOptimal.xml | 59 ----- help/en_US/sym_isTargetGapAchieved.xml | 58 ----- help/en_US/sym_isTimeLimitReached.xml | 58 ----- help/en_US/sym_loadMPS.xml | 62 ----- help/en_US/sym_loadProblem.xml | 99 ------- help/en_US/sym_loadProblemBasic.xml | 100 -------- help/en_US/sym_open.xml | 59 ----- help/en_US/sym_resetParams.xml | 56 ---- help/en_US/sym_setConstrLower.xml | 66 ----- help/en_US/sym_setConstrType.xml | 76 ------ help/en_US/sym_setConstrUpper.xml | 66 ----- help/en_US/sym_setContinuous.xml | 61 ----- help/en_US/sym_setDblParam.xml | 65 ----- help/en_US/sym_setIntParam.xml | 65 ----- help/en_US/sym_setInteger.xml | 61 ----- help/en_US/sym_setObjCoeff.xml | 66 ----- help/en_US/sym_setObjSense.xml | 62 ----- help/en_US/sym_setPrimalBound.xml | 62 ----- help/en_US/sym_setStrParam.xml | 65 ----- help/en_US/sym_setVarLower.xml | 66 ----- help/en_US/sym_setVarSoln.xml | 63 ----- help/en_US/sym_setVarUpper.xml | 66 ----- help/en_US/sym_solve.xml | 58 ----- help/en_US/symphony_mat.xml | 2 +- jar/scilab_en_US_help.jar | Bin 144147 -> 165176 bytes macros/setOptions.bin | Bin 3164 -> 3164 bytes macros/setOptions.sci | 4 +- macros/symphony_call.bin | Bin 3592 -> 3592 bytes macros/symphony_call.sci | 8 +- macros/symphony_mat.bin | Bin 45256 -> 45340 bytes macros/symphony_mat.sci | 2 +- 201 files changed, 4246 insertions(+), 3943 deletions(-) create mode 100644 help/en_US/Symphony Native Function/CHAPTER create mode 100644 help/en_US/Symphony Native Function/CHAPTER~ create mode 100644 help/en_US/Symphony Native Function/sym_addConstr.xml create mode 100644 help/en_US/Symphony Native Function/sym_addVar.xml create mode 100644 help/en_US/Symphony Native Function/sym_close.xml create mode 100644 help/en_US/Symphony Native Function/sym_deleteConstrs.xml create mode 100644 help/en_US/Symphony Native Function/sym_deleteVars.xml create mode 100644 help/en_US/Symphony Native Function/sym_getConstrActivity.xml create mode 100644 help/en_US/Symphony Native Function/sym_getConstrLower.xml create mode 100644 help/en_US/Symphony Native Function/sym_getConstrRange.xml create mode 100644 help/en_US/Symphony Native Function/sym_getConstrSense.xml create mode 100644 help/en_US/Symphony Native Function/sym_getConstrUpper.xml create mode 100644 help/en_US/Symphony Native Function/sym_getDblParam.xml create mode 100644 help/en_US/Symphony Native Function/sym_getInfinity.xml create mode 100644 help/en_US/Symphony Native Function/sym_getIntParam.xml create mode 100644 help/en_US/Symphony Native Function/sym_getIterCount.xml create mode 100644 help/en_US/Symphony Native Function/sym_getMatrix.xml create mode 100644 help/en_US/Symphony Native Function/sym_getNumConstr.xml create mode 100644 help/en_US/Symphony Native Function/sym_getNumElements.xml create mode 100644 help/en_US/Symphony Native Function/sym_getNumVar.xml create mode 100644 help/en_US/Symphony Native Function/sym_getObjCoeff.xml create mode 100644 help/en_US/Symphony Native Function/sym_getObjSense.xml create mode 100644 help/en_US/Symphony Native Function/sym_getObjVal.xml create mode 100644 help/en_US/Symphony Native Function/sym_getPrimalBound.xml create mode 100644 help/en_US/Symphony Native Function/sym_getRhs.xml create mode 100644 help/en_US/Symphony Native Function/sym_getStatus.xml create mode 100644 help/en_US/Symphony Native Function/sym_getStrParam.xml create mode 100644 help/en_US/Symphony Native Function/sym_getVarLower.xml create mode 100644 help/en_US/Symphony Native Function/sym_getVarSoln.xml create mode 100644 help/en_US/Symphony Native Function/sym_getVarUpper.xml create mode 100644 help/en_US/Symphony Native Function/sym_isAbandoned.xml create mode 100644 help/en_US/Symphony Native Function/sym_isBinary.xml create mode 100644 help/en_US/Symphony Native Function/sym_isContinuous.xml create mode 100644 help/en_US/Symphony Native Function/sym_isEnvActive.xml create mode 100644 help/en_US/Symphony Native Function/sym_isInfeasible.xml create mode 100644 help/en_US/Symphony Native Function/sym_isInteger.xml create mode 100644 help/en_US/Symphony Native Function/sym_isIterLimitReached.xml create mode 100644 help/en_US/Symphony Native Function/sym_isOptimal.xml create mode 100644 help/en_US/Symphony Native Function/sym_isTargetGapAchieved.xml create mode 100644 help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml create mode 100644 help/en_US/Symphony Native Function/sym_loadMPS.xml create mode 100644 help/en_US/Symphony Native Function/sym_loadProblem.xml create mode 100644 help/en_US/Symphony Native Function/sym_loadProblemBasic.xml create mode 100644 help/en_US/Symphony Native Function/sym_open.xml create mode 100644 help/en_US/Symphony Native Function/sym_resetParams.xml create mode 100644 help/en_US/Symphony Native Function/sym_setConstrLower.xml create mode 100644 help/en_US/Symphony Native Function/sym_setConstrType.xml create mode 100644 help/en_US/Symphony Native Function/sym_setConstrUpper.xml create mode 100644 help/en_US/Symphony Native Function/sym_setContinuous.xml create mode 100644 help/en_US/Symphony Native Function/sym_setDblParam.xml create mode 100644 help/en_US/Symphony Native Function/sym_setIntParam.xml create mode 100644 help/en_US/Symphony Native Function/sym_setInteger.xml create mode 100644 help/en_US/Symphony Native Function/sym_setObjCoeff.xml create mode 100644 help/en_US/Symphony Native Function/sym_setObjSense.xml create mode 100644 help/en_US/Symphony Native Function/sym_setPrimalBound.xml create mode 100644 help/en_US/Symphony Native Function/sym_setStrParam.xml create mode 100644 help/en_US/Symphony Native Function/sym_setVarLower.xml create mode 100644 help/en_US/Symphony Native Function/sym_setVarSoln.xml create mode 100644 help/en_US/Symphony Native Function/sym_setVarUpper.xml create mode 100644 help/en_US/Symphony Native Function/sym_solve.xml create mode 100644 help/en_US/scilab_en_US_help/section_508f0b211d17ea6769714cc144e6b731.html delete mode 100644 help/en_US/sym_addConstr.xml delete mode 100644 help/en_US/sym_addVar.xml delete mode 100644 help/en_US/sym_close.xml delete mode 100644 help/en_US/sym_deleteConstrs.xml delete mode 100644 help/en_US/sym_deleteVars.xml delete mode 100644 help/en_US/sym_getConstrActivity.xml delete mode 100644 help/en_US/sym_getConstrLower.xml delete mode 100644 help/en_US/sym_getConstrRange.xml delete mode 100644 help/en_US/sym_getConstrSense.xml delete mode 100644 help/en_US/sym_getConstrUpper.xml delete mode 100644 help/en_US/sym_getDblParam.xml delete mode 100644 help/en_US/sym_getInfinity.xml delete mode 100644 help/en_US/sym_getIntParam.xml delete mode 100644 help/en_US/sym_getIterCount.xml delete mode 100644 help/en_US/sym_getMatrix.xml delete mode 100644 help/en_US/sym_getNumConstr.xml delete mode 100644 help/en_US/sym_getNumElements.xml delete mode 100644 help/en_US/sym_getNumVar.xml delete mode 100644 help/en_US/sym_getObjCoeff.xml delete mode 100644 help/en_US/sym_getObjSense.xml delete mode 100644 help/en_US/sym_getObjVal.xml delete mode 100644 help/en_US/sym_getPrimalBound.xml delete mode 100644 help/en_US/sym_getRhs.xml delete mode 100644 help/en_US/sym_getStatus.xml delete mode 100644 help/en_US/sym_getStrParam.xml delete mode 100644 help/en_US/sym_getVarLower.xml delete mode 100644 help/en_US/sym_getVarSoln.xml delete mode 100644 help/en_US/sym_getVarUpper.xml delete mode 100644 help/en_US/sym_isAbandoned.xml delete mode 100644 help/en_US/sym_isBinary.xml delete mode 100644 help/en_US/sym_isContinuous.xml delete mode 100644 help/en_US/sym_isEnvActive.xml delete mode 100644 help/en_US/sym_isInfeasible.xml delete mode 100644 help/en_US/sym_isInteger.xml delete mode 100644 help/en_US/sym_isIterLimitReached.xml delete mode 100644 help/en_US/sym_isOptimal.xml delete mode 100644 help/en_US/sym_isTargetGapAchieved.xml delete mode 100644 help/en_US/sym_isTimeLimitReached.xml delete mode 100644 help/en_US/sym_loadMPS.xml delete mode 100644 help/en_US/sym_loadProblem.xml delete mode 100644 help/en_US/sym_loadProblemBasic.xml delete mode 100644 help/en_US/sym_open.xml delete mode 100644 help/en_US/sym_resetParams.xml delete mode 100644 help/en_US/sym_setConstrLower.xml delete mode 100644 help/en_US/sym_setConstrType.xml delete mode 100644 help/en_US/sym_setConstrUpper.xml delete mode 100644 help/en_US/sym_setContinuous.xml delete mode 100644 help/en_US/sym_setDblParam.xml delete mode 100644 help/en_US/sym_setIntParam.xml delete mode 100644 help/en_US/sym_setInteger.xml delete mode 100644 help/en_US/sym_setObjCoeff.xml delete mode 100644 help/en_US/sym_setObjSense.xml delete mode 100644 help/en_US/sym_setPrimalBound.xml delete mode 100644 help/en_US/sym_setStrParam.xml delete mode 100644 help/en_US/sym_setVarLower.xml delete mode 100644 help/en_US/sym_setVarSoln.xml delete mode 100644 help/en_US/sym_setVarUpper.xml delete mode 100644 help/en_US/sym_solve.xml diff --git a/demos/symphony_knapsack.sce b/demos/symphony_knapsack.sce index c6e5a51..8f392c7 100644 --- a/demos/symphony_knapsack.sce +++ b/demos/symphony_knapsack.sce @@ -95,7 +95,7 @@ conLB=repmat(0,nbCon,1); // Upper Bound of constraints conUB=[11927 13727 11551 13056 13460 ]'; -options = ["time_limit" "25"] +options = ["time_limit" "25"]; // The expected solution : diff --git a/help/en_US/Symphony Native Function/CHAPTER b/help/en_US/Symphony Native Function/CHAPTER new file mode 100644 index 0000000..8dd59e1 --- /dev/null +++ b/help/en_US/Symphony Native Function/CHAPTER @@ -0,0 +1 @@ +title = Symphony Native Functions diff --git a/help/en_US/Symphony Native Function/CHAPTER~ b/help/en_US/Symphony Native Function/CHAPTER~ new file mode 100644 index 0000000..a0a7f5d --- /dev/null +++ b/help/en_US/Symphony Native Function/CHAPTER~ @@ -0,0 +1 @@ +title = API Functions diff --git a/help/en_US/Symphony Native Function/sym_addConstr.xml b/help/en_US/Symphony Native Function/sym_addConstr.xml new file mode 100644 index 0000000..89ec114 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_addConstr.xml @@ -0,0 +1,76 @@ + + + + + sym_addConstr + Add a new constraint + + + + Calling Sequence + sym_addConstr(coeff,type,bound1[,bound2]) + + + + Description + + This function adds a new constraint from scratch. Supported types of constraints are less than or equal to, more than or equal to, equal to, or ranged. + The last argument is only required for ranged constraints. For the other types of constraints, only the third argument is required. + + + + + Arguments + + + + coeff + Sparse matrix representing coefficients of the variables in the new constraint (must have 1 row and number of columns equal to number of variables) + + + type + Type of the new constraint. Supported types: less than or equal to ("L"), greater than or equal to ("G"), equal to ("E"), or ranged ("R") + + + bound1 + The first (or only) bound for the constraint + + + bound2 + The second bound for ranged constraints. The two bounds for ranged constraints can be in any order. + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_addConstr(sparse([0,0,1,0,2]),"R",0,10) + sym_addConstr(sparse([0,0,1,1,0]),"G",4) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_addVar.xml b/help/en_US/Symphony Native Function/sym_addVar.xml new file mode 100644 index 0000000..7ba5c74 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_addVar.xml @@ -0,0 +1,82 @@ + + + + + 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 + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_close.xml b/help/en_US/Symphony Native Function/sym_close.xml new file mode 100644 index 0000000..5f2e903 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_close.xml @@ -0,0 +1,59 @@ + + + + + sym_close + Close the Symphony environment + + + + Calling Sequence + sym_close() + + + + Description + + Closes the already open Symphony environment. + Warning: All data loaded into the environment is deleted. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 1 if the environment was successfully closed and 0 otherwise + + + + + Examples + + sym_close() + + + + + Authors + + + Keyur Joshi + Iswarya + + + + + diff --git a/help/en_US/Symphony Native Function/sym_deleteConstrs.xml b/help/en_US/Symphony Native Function/sym_deleteConstrs.xml new file mode 100644 index 0000000..7c1aaa7 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_deleteConstrs.xml @@ -0,0 +1,61 @@ + + + + + sym_deleteConstrs + This routine is used to delete rows from the original constraint matrix. + + + + Calling Sequence + sym_deleteConstrs(indices) + + + + Description + + + + + + Arguments + + + + indices + An array indicating the indices of the rows to be deleted. + + + + + + + Return value + + Returns 0 if the constraints specified in the indices are deleted successfully and 0 if it returns corresponding to an error value. + + + + + Examples + + status=sym_deleteConstrs([1,2]) + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_deleteVars.xml b/help/en_US/Symphony Native Function/sym_deleteVars.xml new file mode 100644 index 0000000..3ce1fe7 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_deleteVars.xml @@ -0,0 +1,61 @@ + + + + + sym_deleteVars + This routine is used to delete columns from the original problem description. + + + + Calling Sequence + sym_deleteVars(indices) + + + + Description + + + + + + Arguments + + + + indices + Pointer to an integer type array indicating the indices of the column numbers(variables) to be deleted. + + + + + + + Return value + + Returns 0 if the column numbers specified are deleted successfully and 0 if the deletion of column indices did not execute successfully and it returns with an error return value + + + + + Examples + + status=sym_deleteVars([1,2]) + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getConstrActivity.xml b/help/en_US/Symphony Native Function/sym_getConstrActivity.xml new file mode 100644 index 0000000..7323a48 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getConstrActivity.xml @@ -0,0 +1,58 @@ + + + + + sym_getConstrActivity + Get the activity of the constraints in the solution + + + + Calling Sequence + sym_getConstrActivity() + + + + Description + + Get the activity of the constraints in the solution. + This function may fail if the problem has not been solved already. Use sym_solve() in this case. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns a matrix with 1 column and number of rows equal to number of constraints, that represents the activities of those constraints + + + + + Examples + + sym_getConstrActivity() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getConstrLower.xml b/help/en_US/Symphony Native Function/sym_getConstrLower.xml new file mode 100644 index 0000000..8274813 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getConstrLower.xml @@ -0,0 +1,58 @@ + + + + + sym_getConstrLower + To get the lower bounds of the constraints. + + + + Calling Sequence + sym_getConstrLower() + + + + Description + + This routine is used to get lower bounds of constraints. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a column vector of lower bounds of constraints. + + + + + Examples + + ans=sym_getConstrLower() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getConstrRange.xml b/help/en_US/Symphony Native Function/sym_getConstrRange.xml new file mode 100644 index 0000000..402f313 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getConstrRange.xml @@ -0,0 +1,58 @@ + + + + + sym_getConstrRange + To to get the constraint ranges. + + + + Calling Sequence + sym_getConstrRange() + + + + Description + + This routine is used to get the constraint ranges. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a column vector of the constraint ranges. + + + + + Examples + + ans=sym_getConstrRange() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getConstrSense.xml b/help/en_US/Symphony Native Function/sym_getConstrSense.xml new file mode 100644 index 0000000..85d358c --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getConstrSense.xml @@ -0,0 +1,58 @@ + + + + + sym_getConstrSense + To get the row senses. + + + + Calling Sequence + sym_getConstrSense() + + + + Description + + This routine is used to get the row senses. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a column vector of the row senses. + + + + + Examples + + ans=sym_getConstrSense() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getConstrUpper.xml b/help/en_US/Symphony Native Function/sym_getConstrUpper.xml new file mode 100644 index 0000000..5422d96 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getConstrUpper.xml @@ -0,0 +1,58 @@ + + + + + sym_getConstrUpper + To get the upper bounds of the constraints. + + + + Calling Sequence + sym_getConstrUpper() + + + + Description + + This routine is used to get upper bounds of the constraints. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a column vector of upper bounds of constraints. + + + + + Examples + + ans=sym_getConstrUpper() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getDblParam.xml b/help/en_US/Symphony Native Function/sym_getDblParam.xml new file mode 100644 index 0000000..4e5d8f3 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getDblParam.xml @@ -0,0 +1,61 @@ + + + + + sym_getDblParam + This routine is used to get the value of a double type parameter. + + + + Calling Sequence + sym_getDblParam(key) + + + + Description + + + + + + Arguments + + + + key + The name of the double parameter whose value has to be retrieved. Note: should be given within " " + + + + + + + Return value + + Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function + + + + + Examples + + status=sym_getDblParam("time_limit") + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getInfinity.xml b/help/en_US/Symphony Native Function/sym_getInfinity.xml new file mode 100644 index 0000000..295fd17 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getInfinity.xml @@ -0,0 +1,57 @@ + + + + + sym_getInfinity + Get Symphony's infinity value + + + + Calling Sequence + sym_getInfinity() + + + + Description + + Get the value that Symphony considers to be infinity. This is equal to 10^20. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns the infinity value of Symphony + + + + + Examples + + sym_getInfinity() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getIntParam.xml b/help/en_US/Symphony Native Function/sym_getIntParam.xml new file mode 100644 index 0000000..a6626af --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getIntParam.xml @@ -0,0 +1,61 @@ + + + + + sym_getIntParam + This routine is used to get the value of an integer type parameter. + + + + Calling Sequence + sym_getIntParam(key) + + + + Description + + + + + + Arguments + + + + key + The name of the integer parameter whose value has to be retrieved. Note: should be given within " " + + + + + + + Return value + + Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function + + + + + Examples + + status=sym_getIntParam("verbosity") + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getIterCount.xml b/help/en_US/Symphony Native Function/sym_getIterCount.xml new file mode 100644 index 0000000..ab7f42e --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getIterCount.xml @@ -0,0 +1,58 @@ + + + + + sym_getIterCount + To get the number of the analyzed nodes of the branching tree after solving the problem. + + + + Calling Sequence + sym_getIterCount() + + + + Description + + This routine is used to get the number of the analyzed nodes of the branching tree after solving the problem. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns iteration count. + + + + + Examples + + ans=sym_getIterCount() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getMatrix.xml b/help/en_US/Symphony Native Function/sym_getMatrix.xml new file mode 100644 index 0000000..fbcd87f --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getMatrix.xml @@ -0,0 +1,58 @@ + + + + + sym_getMatrix + To get the constraint matrix. + + + + Calling Sequence + sym_getMatrix() + + + + Description + + This routine is used to get the constraint matrix as sparse matrix in a standard row-ordered format. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a row-ordered sparse matrix. + + + + + Examples + + ans=sym_getMatrix() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getNumConstr.xml b/help/en_US/Symphony Native Function/sym_getNumConstr.xml new file mode 100644 index 0000000..63715fb --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getNumConstr.xml @@ -0,0 +1,57 @@ + + + + + sym_getNumConstr + To get the number of the constraints of the current problem. + + + + Calling Sequence + sym_getNumConstr() + + + + Description + + This routine is used to get the number of the constraints of the current problem. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + If there was an error it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of constraints. + + + + + Examples + + ans=sym_getNumConstr() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getNumElements.xml b/help/en_US/Symphony Native Function/sym_getNumElements.xml new file mode 100644 index 0000000..5ce71a9 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getNumElements.xml @@ -0,0 +1,57 @@ + + + + + sym_getNumElements + To get the number of non-zero entries of the constraint matrix of the current problem. + + + + Calling Sequence + sym_getNumElements() + + + + Description + + This routine is used to get the number of non-zero entries of the constraint matrix of the current problem. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + If there was an error, it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of non-zero elements. + + + + + Examples + + ans=sym_getNumElements() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getNumVar.xml b/help/en_US/Symphony Native Function/sym_getNumVar.xml new file mode 100644 index 0000000..5602811 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getNumVar.xml @@ -0,0 +1,57 @@ + + + + + sym_getNumVar + To get the number of the variables of the current problem. + + + + Calling Sequence + sym_getNumVar() + + + + Description + + This routine is used to get the number of the variables of the current problem. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + If there was an error it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of variables. + + + + + Examples + + ans=sym_getNumVar() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getObjCoeff.xml b/help/en_US/Symphony Native Function/sym_getObjCoeff.xml new file mode 100644 index 0000000..194d3cd --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getObjCoeff.xml @@ -0,0 +1,58 @@ + + + + + sym_getObjCoeff + To get the objective vector. + + + + Calling Sequence + sym_getObjCoeff() + + + + Description + + This routine is used to get the objective vector. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a row vector of coefficients of variables in objective. + + + + + Examples + + ans=sym_getObjCoeff() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getObjSense.xml b/help/en_US/Symphony Native Function/sym_getObjSense.xml new file mode 100644 index 0000000..1d4f0fa --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getObjSense.xml @@ -0,0 +1,57 @@ + + + + + sym_getObjSense + Get the objective sense + + + + Calling Sequence + sym_getObjSense() + + + + Description + + This function gets the sense of the objective function (minimization/maximization). + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 1 if the objective is to be minimized and -1 if the objective is to be maximized + + + + + Examples + + sym_getObjSense() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getObjVal.xml b/help/en_US/Symphony Native Function/sym_getObjVal.xml new file mode 100644 index 0000000..9a65646 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getObjVal.xml @@ -0,0 +1,58 @@ + + + + + sym_getObjVal + Get the optimized objective value + + + + Calling Sequence + sym_getObjVal() + + + + Description + + Get the optimized objective value after after solving the problem. + This function may fail if the problem has not been solved already. Use sym_solve() in this case. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns the optimized objective value + + + + + Examples + + sym_getObjVal() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getPrimalBound.xml b/help/en_US/Symphony Native Function/sym_getPrimalBound.xml new file mode 100644 index 0000000..3b9db8d --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getPrimalBound.xml @@ -0,0 +1,57 @@ + + + + + sym_getPrimalBound + Get the primal bound of the problem + + + + Calling Sequence + sym_getPrimalBound() + + + + Description + + Get the primal bound of the loaded problem. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns the primal bound of the problem + + + + + Examples + + sym_getPrimalBound() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getRhs.xml b/help/en_US/Symphony Native Function/sym_getRhs.xml new file mode 100644 index 0000000..a0d1a76 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getRhs.xml @@ -0,0 +1,58 @@ + + + + + sym_getRhs + To to get the right hand side vector(column vector). + + + + Calling Sequence + sym_getRhs() + + + + Description + + This routine is used to get the right hand side vector(coumn vector). + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a column vector of the right hand side values of constraints. + + + + + Examples + + ans=sym_getRhs() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getStatus.xml b/help/en_US/Symphony Native Function/sym_getStatus.xml new file mode 100644 index 0000000..f13e59e --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getStatus.xml @@ -0,0 +1,58 @@ + + + + + sym_getStatus + To get status of the problem solver. + + + + Calling Sequence + sym_getStatus() + + + + Description + + This post-solution query routine is used to learn the termination status of the solution procedure. + It prints status of the problem solver to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if it receives any return-value indicating an error message or 0 if it receives any return-value indicating a non-error message. + + + + + Examples + + status=sym_getStatus() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getStrParam.xml b/help/en_US/Symphony Native Function/sym_getStrParam.xml new file mode 100644 index 0000000..b261053 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getStrParam.xml @@ -0,0 +1,61 @@ + + + + + sym_getStrParam + This routine is used to get the value of a string type parameter. + + + + Calling Sequence + sym_getStrParam(key) + + + + Description + + + + + + Arguments + + + + key + The name of the strung parameter whose value has to be retrieved. Note: should be given within " " + + + + + + + Return value + + Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function + + + + + Examples + + status=sym_getStrParam("source_path") + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getVarLower.xml b/help/en_US/Symphony Native Function/sym_getVarLower.xml new file mode 100644 index 0000000..771d095 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getVarLower.xml @@ -0,0 +1,58 @@ + + + + + sym_getVarLower + To get the lower bounds of the variables. + + + + Calling Sequence + sym_getVarLower() + + + + Description + + This routine is used to get the lower bounds of the variables. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a row vector of lower bounds of the variables. + + + + + Examples + + ans=sym_getVarLower() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getVarSoln.xml b/help/en_US/Symphony Native Function/sym_getVarSoln.xml new file mode 100644 index 0000000..5500c57 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getVarSoln.xml @@ -0,0 +1,58 @@ + + + + + sym_getVarSoln + Get the solution for the problem + + + + Calling Sequence + sym_getVarSoln() + + + + Description + + Get the solution for the problem after solving it. + This function may fail if the problem has not been solved already. Use sym_solve() in this case. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns a matrix with 1 row and number of columns equal to number of variables, that represents the solutions for those variables + + + + + Examples + + sym_getVarSoln() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_getVarUpper.xml b/help/en_US/Symphony Native Function/sym_getVarUpper.xml new file mode 100644 index 0000000..a447a54 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getVarUpper.xml @@ -0,0 +1,58 @@ + + + + + sym_getVarUpper + To get the upper bounds of the variables. + + + + Calling Sequence + sym_getVarUpper() + + + + Description + + This routine is used to get the upper bounds of the variables. + If there was an error it prints to Scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns a row vector of upper bounds of the variables. + + + + + Examples + + ans=sym_getVarUpper() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isAbandoned.xml b/help/en_US/Symphony Native Function/sym_isAbandoned.xml new file mode 100644 index 0000000..1009201 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isAbandoned.xml @@ -0,0 +1,58 @@ + + + + + sym_isAbandoned + To check whether the problem was abandoned for some reason. + + + + Calling Sequence + sym_isAbandoned() + + + + Description + + This post-solution query routine is used to learn whether the problem was abandoned for some reason. + It prints whether or not the problem was abandoned for some reason to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the problem was abandoned or 0 if the problem was not abandoned or -1 if there was an error. + + + + + Examples + + status=sym_isAbandoned() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isBinary.xml b/help/en_US/Symphony Native Function/sym_isBinary.xml new file mode 100644 index 0000000..57a6cf3 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isBinary.xml @@ -0,0 +1,62 @@ + + + + + sym_isBinary + Check if a variable is constrained to be binary + + + + Calling Sequence + sym_isBinary(index) + + + + Description + + This function checks if a variable is constrained to be binary (0 or 1). + + + + + Arguments + + + + index + Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem + + + + + + + Return value + + Returns 1 if the variable is constrained to be binary and 0 if it is not. + + + + + Examples + + sym_isBinary(2) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isContinuous.xml b/help/en_US/Symphony Native Function/sym_isContinuous.xml new file mode 100644 index 0000000..8c6a77b --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isContinuous.xml @@ -0,0 +1,62 @@ + + + + + sym_isContinuous + Check if a variable is continuous + + + + Calling Sequence + sym_isContinuous(index) + + + + Description + + This function checks if a variable is continuous. + + + + + Arguments + + + + index + Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem + + + + + + + Return value + + Returns 1 if the variable is continuous and 0 if it is not. + + + + + Examples + + sym_isContinuous(2) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isEnvActive.xml b/help/en_US/Symphony Native Function/sym_isEnvActive.xml new file mode 100644 index 0000000..b47e28b --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isEnvActive.xml @@ -0,0 +1,57 @@ + + + + + sym_isEnvActive + Check if Symphony environment is active + + + + Calling Sequence + sym_isEnvActive() + + + + Description + + Check if Symphony environment is active (open). Most Symphony functions will require the environment to be open. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 1 if the environment is active and 0 otherwise + + + + + Examples + + sym_isEnvActive() + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isInfeasible.xml b/help/en_US/Symphony Native Function/sym_isInfeasible.xml new file mode 100644 index 0000000..88a4f43 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isInfeasible.xml @@ -0,0 +1,58 @@ + + + + + sym_isInfeasible + To check whether the problem was proven to be infeasible. + + + + Calling Sequence + sym_isInfeasible() + + + + Description + + This post-solution query routine is used to learn whether the problem was proven to be infeasible. + It prints whether or not the problem was proven to be infeasible to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the problem was solved proven to be infeasible or 0 if it was not proven to be infeasible or -1 if there was an error. + + + + + Examples + + status=sym_isInfeasible() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isInteger.xml b/help/en_US/Symphony Native Function/sym_isInteger.xml new file mode 100644 index 0000000..e104039 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isInteger.xml @@ -0,0 +1,46 @@ + + + + + sym_isInteger + + Check if a variable is constrained to be an integer + + + + Calling Sequence + + sym_isInteger(index) + + + + Description + + This function checks if a variable is constrained to be an integer. + index : Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem + + + + + Examples + + sym_isInteger(2) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isIterLimitReached.xml b/help/en_US/Symphony Native Function/sym_isIterLimitReached.xml new file mode 100644 index 0000000..013f984 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isIterLimitReached.xml @@ -0,0 +1,59 @@ + + + + + sym_isIterLimitReached + To know whether the iteration limit (node limit) was reached. + + + + Calling Sequence + sym_isIterLimitReached() + + + + Description + + This post-solution query routine is used to learn whether the iteration limit(node limit) was reached. + It prints whether or not the iteration limit (node limit) was reached to scilab console. + It can also be used if "find first feasible" parameter was set to true before solving the problem. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the iteration limit is reached or 0 if the iteration limit is not reached or -1 if there was an error. + + + + + Examples + + status=sym_isIterLimitReached() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isOptimal.xml b/help/en_US/Symphony Native Function/sym_isOptimal.xml new file mode 100644 index 0000000..889aa02 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isOptimal.xml @@ -0,0 +1,59 @@ + + + + + sym_isOptimal + To check whether the problem was solved to optimality. + + + + Calling Sequence + sym_isOptimal() + + + + Description + + This post-solution query routine is used to learn whether the problem was solved to + optimality. + It prints whether or not the problem was solved to optimality to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the problem was solved to optimality or 0 if it was not solved to optimality or -1 if there was an error. + + + + + Examples + + status=sym_isOptimal() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isTargetGapAchieved.xml b/help/en_US/Symphony Native Function/sym_isTargetGapAchieved.xml new file mode 100644 index 0000000..81c99b4 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isTargetGapAchieved.xml @@ -0,0 +1,58 @@ + + + + + sym_isTargetGapAchieved + To know whether the target gap was reached. + + + + Calling Sequence + sym_isTargetGapAchieved() + + + + Description + + This post-solution query routine is used to learn whether the target gap was reached. + It print whether or not the target gap was reached. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the target gap was reached or 0 if the target gap was not reached or -1 if there was an error. + + + + + Examples + + status=sym_isTargetGapAchieved() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml b/help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml new file mode 100644 index 0000000..42889de --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_isTimeLimitReached.xml @@ -0,0 +1,58 @@ + + + + + sym_isTimeLimitReached + To know whether the time limit was reached. + + + + Calling Sequence + sym_isTimeLimitReached() + + + + Description + + This post-solution query routine is used to learn whether the time limit was reached. + It prints whether or not the time limit was reached to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if the time limit was reached or 0 if the time limit was not reached or -1 if there was an error. + + + + + Examples + + status=sym_isTimeLimitReached() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/Symphony Native Function/sym_loadMPS.xml b/help/en_US/Symphony Native Function/sym_loadMPS.xml new file mode 100644 index 0000000..6e55cff --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_loadMPS.xml @@ -0,0 +1,62 @@ + + + + + sym_loadMPS + This routine is used to load an instance from an MPS file. + + + + Calling Sequence + sym_loadMPS(filename) + + + + Description + + + + + + Arguments + + + + filename + It is a string that has the path of the .mps file to loaded.It has to be given within double quotes ("") + + + + + + + Return value + + Returns 0 if the .mps file is loaded properly to symphony and 0 if there is an error reading the mps file or the function returns with an error return value + + + + + Examples + + status=sym_loadMPS("./sample.mps") -mps file present in the current directory of execution can be mentioned this way also + status=sym_loadMPS("/home/Desktop/sample.mps") -mps file present at a different location must be specified with their entire path + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_loadProblem.xml b/help/en_US/Symphony Native Function/sym_loadProblem.xml new file mode 100644 index 0000000..e2409c5 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_loadProblem.xml @@ -0,0 +1,99 @@ + + + + + sym_loadProblem + Load a problem into Symphony + + + + Calling Sequence + sym_loadProblem(nbVar,nbConstr,varLB,varUB,objCoeff,isInt,objSense,conMatrix,conLB,conUB) + + + + Description + + Loads a MIP problem into Symphony. All the necessary data can be given through a single function call. + The type of constraint is automatically deduced from the constraint bounds. + + + + + Arguments + + + + nbVar + Number of variables + + + nbConstr + Number of constraints + + + varLB + Matrix containing lower bounds of the variables (must have size 1 row and nbVar columns). Bound can be negative infinity + + + varUB + Matrix containing upper bounds of the variables (must have size 1 row and nbVar columns). Bound can be infinity + + + objCoeff + Matrix containing coefficients of the variables in the objective (must have size 1 row and nbVar columns) + + + isInt + Boolean matrix representing wether a variable is constrained to be an integer (must have size 1 row and nbVar columns) + + + objSense + The sense (maximization/minimization) of the objective. Use sym_minimize or sym_maximize here + + + conMatrix + Sparse matrix representing the constraint matrix (must have size nbConstr rows and nbVar columns) + + + conLB + Matrix containing lower bounds of the constraints (must have size nbConstr rows and 1 column) + + + conUB + Matrix containing upper bounds of the constraints (must have size nbConstr rows and 1 column) + + + + + + + Return value + + Returns 0 if the problem was successfully loaded into Symphony + + + + + Examples + + sym_loadProblem(2,2,[0,0],[%inf,%inf],[1,1],[%t,%t],sym_maximize,sparse([1,2;2,1]),[0;0],[7;6.5]) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_loadProblemBasic.xml b/help/en_US/Symphony Native Function/sym_loadProblemBasic.xml new file mode 100644 index 0000000..90a5995 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_loadProblemBasic.xml @@ -0,0 +1,100 @@ + + + + + sym_loadProblemBasic + Load a problem into Symphony (basic version) + + + + Calling Sequence + sym_loadProblemBasic(nbVar,nbConstr,varLB,varUB,objCoeff,isInt,objSense,conMatrix,conLB,conUB) + + + + Description + + Loads a MIP problem into Symphony. All the necessary data can be given through a single function call. + The type of constraint is automatically deduced from the constraint bounds. + This version of the problem loader does not support sparse matrices and hence is only useful for small problems. + + + + + Arguments + + + + nbVar + Number of variables + + + nbConstr + Number of constraints + + + varLB + Matrix containing lower bounds of the variables (must have size 1 row and nbVar columns). Bound can be negative infinity + + + varUB + Matrix containing upper bounds of the variables (must have size 1 row and nbVar columns). Bound can be infinity + + + objCoeff + Matrix containing coefficients of the variables in the objective (must have size 1 row and nbVar columns) + + + isInt + Boolean matrix representing wether a variable is constrained to be an integer (must have size 1 row and nbVar columns) + + + objSense + The sense (maximization/minimization) of the objective. Use sym_minimize or sym_maximize here + + + conMatrix + Matrix (normal) representing the constraint matrix (must have size nbConstr rows and nbVar columns) + + + conLB + Matrix containing lower bounds of the constraints (must have size nbConstr rows and 1 column) + + + conUB + Matrix containing upper bounds of the constraints (must have size nbConstr rows and 1 column) + + + + + + + Return value + + Returns 0 if the problem was successfully loaded into Symphony + + + + + Examples + + sym_loadProblemBasic(2,2,[0,0],[%inf,%inf],[1,1],[%t,%t],sym_maximize,[1,2;2,1],[0;0],[7;6.5]) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_open.xml b/help/en_US/Symphony Native Function/sym_open.xml new file mode 100644 index 0000000..92b3dec --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_open.xml @@ -0,0 +1,59 @@ + + + + + sym_open + Open the Symphony environment + + + + Calling Sequence + sym_open() + + + + Description + + Opens the Symphony environment. The environment and all data loaded into it is maintained across function calls. + This function fails if the environment is already open. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 1 if the environment was successfully opened and 0 otherwise + + + + + Examples + + sym_open() + + + + + Authors + + + Keyur Joshi + Iswarya + + + + + diff --git a/help/en_US/Symphony Native Function/sym_resetParams.xml b/help/en_US/Symphony Native Function/sym_resetParams.xml new file mode 100644 index 0000000..a73fdbd --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_resetParams.xml @@ -0,0 +1,56 @@ + + + + + sym_resetParams + This routine sets all the environment variables and parameters to their default values. + + + + Calling Sequence + sym_resetParams() + + + + Description + + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 0 if the environment variables and parameters are set to their default value and 1 if a value corresponding to an error is returned + + + + + Examples + + status=sym_resetParams() + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setConstrLower.xml b/help/en_US/Symphony Native Function/sym_setConstrLower.xml new file mode 100644 index 0000000..ae68046 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setConstrLower.xml @@ -0,0 +1,66 @@ + + + + + sym_setConstrLower + Set the lower bound of a constraint + + + + Calling Sequence + sym_setConstrLower(index,newBound) + + + + Description + + This function changes the lower bound of a constraint + + + + + Arguments + + + + index + Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem + + + newBound + The new lower bound for the constraint + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setConstrLower(2,-100) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setConstrType.xml b/help/en_US/Symphony Native Function/sym_setConstrType.xml new file mode 100644 index 0000000..18afed0 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setConstrType.xml @@ -0,0 +1,76 @@ + + + + + sym_setConstrType + Set the type of a constraint + + + + Calling Sequence + sym_setConstrType(index,type,bound1[,bound2]) + + + + Description + + This function completely modifies the type of a constraint. Supported types of constraints are less than or equal to, more than or equal to, equal to, or ranged. + The last argument is only required for ranged constraints. For the other types of constraints, only the third argument is required. + + + + + Arguments + + + + index + Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem + + + type + New type of the constraint. Supported types: less than or equal to ("L"), greater than or equal to ("G"), equal to ("E"), or ranged ("R") + + + bound1 + The first (or only) bound for the constraint + + + bound2 + The second bound for ranged constraints. The two bounds for ranged constraints can be in any order. + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setConstrType(2,"R",-10,10) + sym_setConstrType(3,"E",100) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setConstrUpper.xml b/help/en_US/Symphony Native Function/sym_setConstrUpper.xml new file mode 100644 index 0000000..676454c --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setConstrUpper.xml @@ -0,0 +1,66 @@ + + + + + sym_setConstrUpper + Set the upper bound of a constraint + + + + Calling Sequence + sym_setConstrUpper(index,newBound) + + + + Description + + This function changes the upper bound of a constraint + + + + + Arguments + + + + index + Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem + + + newBound + The new upper bound for the constraint + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setConstrUpper(2,-100) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setContinuous.xml b/help/en_US/Symphony Native Function/sym_setContinuous.xml new file mode 100644 index 0000000..f4948d9 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setContinuous.xml @@ -0,0 +1,61 @@ + + + + + sym_setContinuous + This routine is used to set the type of a variable to be continuous. + + + + Calling Sequence + sym_setContinuous(index) + + + + Description + + + + + + Arguments + + + + index + Index of the variable to be set continuous + + + + + + + Return value + + Returns 0 if the variable type has been set as continuous and 0 if an error value is returned. + + + + + Examples + + status=sym_setContinuous(1) + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setDblParam.xml b/help/en_US/Symphony Native Function/sym_setDblParam.xml new file mode 100644 index 0000000..464d29e --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setDblParam.xml @@ -0,0 +1,65 @@ + + + + + sym_setDblParam + This routine is used to set a double type parameter. + + + + Calling Sequence + sym_setDblParam(key,value) + + + + Description + + + + + + Arguments + + + + key + The name of the double type parameter to be set. Note: should be given within " " + + + value + New value of the corresponding double parameter + + + + + + + Return value + + Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the double parameter was unsuccessful due to invalid inputs + + + + + Examples + + status=sym_setDblParam("time_limit",5) + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setIntParam.xml b/help/en_US/Symphony Native Function/sym_setIntParam.xml new file mode 100644 index 0000000..e20dfb5 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setIntParam.xml @@ -0,0 +1,65 @@ + + + + + sym_setIntParam + This routine is used to set an integer type parameter. + + + + Calling Sequence + sym_setIntParam(key,value) + + + + Description + + + + + + Arguments + + + + key + The name of the parameter to be set. Note:should be given within " " + + + value + New value of the corresponding integer parameter + + + + + + + Return value + + Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the integer parameter was unsuccessful due to invalid inputs + + + + + Examples + + status=sym_setIntParam("verbosity",5) + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setInteger.xml b/help/en_US/Symphony Native Function/sym_setInteger.xml new file mode 100644 index 0000000..cebb83f --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setInteger.xml @@ -0,0 +1,61 @@ + + + + + sym_setInteger + This routine is used to set the type of a variable to be integer. + + + + Calling Sequence + sym_setInteger(index) + + + + Description + + + + + + Arguments + + + + index + The index of the variable type to be modified as integer. Note that, it has to be at most the number of columns. + + + + + + + Return value + + Returns 0 if the variable type has been set as integer and 0 if an error value is returned. + + + + + Examples + + status=sym_setInteger(1) + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setObjCoeff.xml b/help/en_US/Symphony Native Function/sym_setObjCoeff.xml new file mode 100644 index 0000000..5251b4c --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setObjCoeff.xml @@ -0,0 +1,66 @@ + + + + + sym_setObjCoeff + Set coefficient of a variable in the objective + + + + Calling Sequence + sym_setObjCoeff(index,newCoeff) + + + + Description + + This function changes the coefficient of a variable in the objective function + + + + + Arguments + + + + index + Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem + + + newCoeff + The new coefficient of the variable + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setObjCoeff(2,1.5) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setObjSense.xml b/help/en_US/Symphony Native Function/sym_setObjSense.xml new file mode 100644 index 0000000..356ea97 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setObjSense.xml @@ -0,0 +1,62 @@ + + + + + sym_setObjSense + Set the objective sense + + + + Calling Sequence + sym_setObjSense(sense) + + + + Description + + This function sets the sense of the objective function (minimization/maximization). + + + + + Arguments + + + + sense + The new sense of the objective function. Use sym_minimize or sym_maximize here + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setObjSense(sym_minimize) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setPrimalBound.xml b/help/en_US/Symphony Native Function/sym_setPrimalBound.xml new file mode 100644 index 0000000..c2f29a7 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setPrimalBound.xml @@ -0,0 +1,62 @@ + + + + + sym_setPrimalBound + Set the primal bound of the problem + + + + Calling Sequence + sym_setPrimalBound(bound) + + + + Description + + Set the primal bound of the loaded problem. + + + + + Arguments + + + + bound + The new primal bound for the problem + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setPrimalBound(10) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setStrParam.xml b/help/en_US/Symphony Native Function/sym_setStrParam.xml new file mode 100644 index 0000000..09c5ea8 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setStrParam.xml @@ -0,0 +1,65 @@ + + + + + sym_setStrParam + This routine is used to set a string type parameter. + + + + Calling Sequence + sym_setStrParam(key,value) + + + + Description + + + + + + Arguments + + + + key + The name of the string type parameter to be set. Note: should be given within " " + + + value + New value of the corresponding string parameter. Note: should be given within " " + + + + + + + Return value + + Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the string parameter was unsuccessful due to invalid inputs + + + + + Examples + + status=sym_setStrParam("source_path","..") + + + + + Authors + + + Iswarya Hariharan + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setVarLower.xml b/help/en_US/Symphony Native Function/sym_setVarLower.xml new file mode 100644 index 0000000..1f24813 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setVarLower.xml @@ -0,0 +1,66 @@ + + + + + sym_setVarLower + Set lower bound of a variable + + + + Calling Sequence + sym_setVarLower(index,newBound) + + + + Description + + This function changes the lower bound of a variable to a new value + + + + + Arguments + + + + index + Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem + + + newBound + The new lower bound for the variable + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setVarLower(2,-%inf) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setVarSoln.xml b/help/en_US/Symphony Native Function/sym_setVarSoln.xml new file mode 100644 index 0000000..5fe6f3c --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setVarSoln.xml @@ -0,0 +1,63 @@ + + + + + sym_setVarSoln + Set a solution for the problem + + + + Calling Sequence + sym_setVarSoln(solution) + + + + Description + + Sets a known solution for the problem. + This function fails if the solution entered does not satisfy all bounds or is worse than another currently known solution. + + + + + Arguments + + + + solution + Matrix containing solutions for the variables (must have size 1 row and number of columns equal to number of variables) + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setVarSoln([1,2,3.2,4]) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_setVarUpper.xml b/help/en_US/Symphony Native Function/sym_setVarUpper.xml new file mode 100644 index 0000000..286c45f --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_setVarUpper.xml @@ -0,0 +1,66 @@ + + + + + sym_setVarUpper + Set upper bound of a variable + + + + Calling Sequence + sym_setVarUpper(index,newBound) + + + + Description + + This function changes the upper bound of a variable to a new value + + + + + Arguments + + + + index + Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem + + + newBound + The new upper bound for the variable + + + + + + + Return value + + Returns 0 + + + + + Examples + + sym_setVarUpper(2,100) + + + + + Authors + + + Keyur Joshi + + + + + diff --git a/help/en_US/Symphony Native Function/sym_solve.xml b/help/en_US/Symphony Native Function/sym_solve.xml new file mode 100644 index 0000000..587b26a --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_solve.xml @@ -0,0 +1,58 @@ + + + + + sym_solve + To solve the currently loaded MILP problem from scratch. + + + + Calling Sequence + sym_solve() + + + + Description + + This routine solves the currently loaded MILP problem from scratch. + It prints status of the problem solver to scilab console. + + + + + Arguments + + This function takes no arguments + + + + + Return value + + It returns 1 if it receives any return-value indicating an error message or 0 if it receives any return-value indicating a non-error message. + + + + + Examples + + status=sym_solve() + + + + + Authors + + + Sai Kiran Naragam + + + + + diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml index ac0f06b..9085a07 100644 --- a/help/en_US/master_help.xml +++ b/help/en_US/master_help.xml @@ -1,66 +1,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]> - - Symphony + + Symphony Toolbox -Symphony -&ad63afa57bd1e41e497243af3416a7a96; -&a8247e87aade4dbfbcfc9153f85bf8990; -&af05f97223726eec3eddcdaeb7913034b; -&a5f89e88d59f0487895c74eb903b8f420; -&a2ddebae154c914b0a110685d887f768a; -&a8c26d5b7b797136940b5f2716183b8f7; -&a6c10c4c63fbc908142557556c7d6ae3c; -&a3f7dd3cd827416d5ade70fad38f09e39; -&a297e547e718608bdc60584192d7aa8da; -&a159870cd1d17f7605625c4c2ffea63b3; -&a2698c5ff4d386b14d226498fcb915ab4; -&a7cf6579fb9cfd79c4e6710bcc8a3c407; -&ac7a9e00e4314b243faeded590d798496; -&aeb8caae322c63cc2aa9c3afb5ab47e33; -&a53be13b15cc84e0090de99ab0f21c69a; -&adbcaca4ea8ebca8e190c3014e298dce0; -&ad9b780ba6aa53e4945273cd543b9ae00; -&ae46439f289bd1a85a9061022194d969f; -&af16b2d6adc9a030902fca655cf929458; -&a7f4e13d42248eaa01eb018291fbeed8c; -&a6e0822ca48da2799811f83a839606737; -&aab889f249f83390381e3d41aa167c55c; -&aebe86fa48ee09fb2157122078ae4570b; -&ad0bf592df7aeae5f419e0612d3c734c4; -&a0f674004b01faf9fd53355c563c07a87; -&a4d20a2382e5540121ba8d04f139339b4; -&a2f8c46472555ab851dd8ba7a5e3a781d; -&a475114ff3f1e1d93620d897ba32baf1d; -&a37b1e125c6f5eec7b3c5dc1ea3692609; -&aaf8a638121c8c4d363b938a96649674b; -&aaf93eefab1947b754560bba197c76f04; -&ada402b7a7771c21c7c41401e683619e0; -&af78b3f82e6a422b0e778631f421f404c; -&a86bc80fec5de6f3ca0d70d572d53899f; -&a801a0b05b108694afe2912523fb58b96; -&a3da3e724f93be15664e051d940a284b1; -&a7a41409101a9f8d3123ce8b80284de7f; -&a044d337acd155a0744a4b64ffa995e79; -&af3f068a2194dd5f6bd5974fb701c362d; -&a4e82ed5bca4822b39b85a5082ca4ecdb; -&afc3e9c55bcba964a8c3db4d50fdafc7b; -&aabb2cfdb4a52dd37b4d973999b55503b; -&ae9b1c79d6dc7df29a19c03aba4799362; -&a417a0991343caebac52cd2e29c5321e8; -&a7dc3b7f8cec19508c48857221d1f9d3d; -&a80e54602881965b36417aae058acdbd4; -&a9c03653658d9db46d6b1ceedb285f13b; -&ab2a92099276a9820c12a9ccd4094df7f; -&abd53842cbe394a800da795fd05b1df9d; -&a2deda2e1b89aad11eb7c12006145141e; -&aac732b12f7e5e307624a5b3a831b788c; -&a362d683f932821c69572bcafeafd2ba4; -&a3c3ead6f32ca34d41748e3db79fbbd7e; -&a057c61b992848035f0249f1fdb962d28; -&a4edd542b73bd53f474bc4b3ba6b8f599; -&a3bb05f0eb958e796e0474de1226c67c3; -&a33c0464a5b3293d925481bf20488ebc7; -&a9c0f2487231abebc5433bb8ae36d82ae; +Symphony Toolbox &aca972f273143ecb39f56b42e4723ac67; &a9953e61e8dd264a86df73772d3055e7f; + +Symphony Native Functions +&acc223314e8a8bc290a13618df33a6237; +&a5e032b3334f53385f0ce250f0d5c18f2; +&a11ac5af5f92741f96e56398fe6113c1a; +&a54f913b8b4e581654c3f9d37a7f0353a; +&aa30f7f7c36bd510b4f02727f52f4a3ce; +&a1f3452caf3162b6385df305f81346e5b; +&a3b149fd278245d4b3a24e4517225c98b; +&a6e5609fb4e5eebcf24b457f44e0fdae3; +&aa893b53c826a7def860105c158f070f8; +&a06bad82642d672e569c4b95454548dc4; +&aa5d59eb05be10280b50c527e88194603; +&a65cdfe78fc72edc8c5a47ad2bfe65892; +&a26a6886e109925cf0cc77c6cc7cc5bbb; +&aecee265206afdf2b5baf3e6f0ce05b2a; +&a559f913f0e9f21d38c9c27a33a9953ae; +&a3e540ecd4a9a3e666b31579fa5662aba; +&adb9eed3182459e3dce170977880cc253; +&a6ce3ca192828a09725815663579482db; +&a338f3184d5c61f0f7de92b171be041d1; +&af15d4928d3cbab7d87e64eb2b52a1496; +&a5cacaf92073795f5fd6c7cb6084c4015; +&a2aee40916b0f8c5631a8808aaf9da74e; +&a89689c9684bb1222009a56e0ee157ad4; +&a7fea9b7273bacb6e59272590a9ef8690; +&a14f8d21effef06b5b04029cc11d54b55; +&a46ee22cafdff1a8bcf08c9fd522ab5b8; +&aca3cb89179616e3be06b228b87f32ddb; +&ad6f09bc2a57af9aa5a557497c6bddbc3; +&a7cf13c8ec3cbc1862da713ab233e0f2a; +&a6a1928ddadf9dbd1f71b463c55ae9a7c; +&a8db20054b5db402260af3fc2bbcbbc02; +&aa495e78c64e2a62b8cfceb6d3e0dd306; +&a8b17974e4691a1119aa9189d5d21af50; +&abf0fa3e575e638636e94ae387f7f4465; +&a68289eac582fd1515c510bd447640fea; +&a3e4b8cb708b6af8648f58c658c54a466; +&a0c555f679ba4b9b3f0c128fba8c97784; +&a149fad015c8f9764fb817f2f32b6433a; +&a58e4ad13d7f92aa2106f346e6f667cef; +&a6d3922ed2f332c444391d0b3bfe149a5; +&ac0309772a676ae0f19c4906587629055; +&af1c8a28c8b6a57e72bfadc71f30e391b; +&a6c72196376a25e3ad51c8918e6ac00be; +&a9c990f2279c1b39e9ff9161319700972; +&a8e7ffd33fb83a6c6438da917911f5378; +&ae35adb60ff83c89fc44b30fda7c87af4; +&a10ea3c81046dff7b2c8ae794f470c7b9; +&af90e3534d92ac40286440b627aee484b; +&a5fa728194634dbc83868f69db2dcb00b; +&ac00d47c17e27b147886626cb5a5b9b21; +&a495915b72119ba0fbfa1a3574c89a579; +&af551a253e20452196acaf8e4f8097d1e; +&a69dcdf35892e94bf931551457037cf7c; +&a1bf9d00f2bdb2ccf20bb88fd425ae817; +&af2559ac6a3ee305a9d34197886b7d9f1; +&a69ab58762cd50faa3908e15b52605000; +&a33e3ef3ff532c54b58f3ed5c2c0b3154; +&ad6943c0d89d69c96ade13f4b338e5ed8; + diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS index 432e718..85c06d2 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 03762b3..7963a04 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 77778ea..2aa71c0 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 1b1ebd0..d7cedfa 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/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA index 216a7b2..38b7702 100644 --- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -1,2 +1,2 @@ JavaSearch 1.0 -TMAP bs=2048 rt=1 fl=-1 id1=1298 id2=1 +TMAP bs=2048 rt=1 fl=-1 id1=1306 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP index 820d482..6dddfa5 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/index.html b/help/en_US/scilab_en_US_help/index.html index 49e56d1..86c25b4 100644 --- a/help/en_US/scilab_en_US_help/index.html +++ b/help/en_US/scilab_en_US_help/index.html @@ -28,17 +28,21 @@

-

Symphony

-
diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm index f6f9c31..ff4cc17 100644 --- a/help/en_US/scilab_en_US_help/jhelpmap.jhm +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -3,6 +3,9 @@ + + + @@ -61,6 +64,4 @@ - - \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelpset.hs b/help/en_US/scilab_en_US_help/jhelpset.hs index 33aed4e..94c2e7e 100644 --- a/help/en_US/scilab_en_US_help/jhelpset.hs +++ b/help/en_US/scilab_en_US_help/jhelpset.hs @@ -2,7 +2,7 @@ -Symphony +Symphony Toolbox top diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml index a02863a..0520f62 100644 --- a/help/en_US/scilab_en_US_help/jhelptoc.xml +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -1,8 +1,11 @@ - - + + + + + @@ -61,8 +64,7 @@ - - + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/section_19f4f1e5726c01d683e8b82be0a7e910.html b/help/en_US/scilab_en_US_help/section_19f4f1e5726c01d683e8b82be0a7e910.html index 4af7cd8..3ad8984 100644 --- a/help/en_US/scilab_en_US_help/section_19f4f1e5726c01d683e8b82be0a7e910.html +++ b/help/en_US/scilab_en_US_help/section_19f4f1e5726c01d683e8b82be0a7e910.html @@ -15,7 +15,7 @@ - Symphony + Symphony Toolbox @@ -27,11 +27,20 @@ - Symphony >> Symphony Gateway Functions + Symphony Toolbox >> Symphony Toolbox

-

Symphony Gateway Functions

-
  • sym_addConstrAdd a new constraint
  • +

    Symphony Toolbox

    +
    • symphonySolves a mixed integer linear programming constrained optimization problem.
    • + + + + + +
    • symphony_matSolves a mixed integer linear programming constrained optimization problem in intlinprog format.
    • + +
    • Symphony Native Functions +
      • sym_addConstrAdd a new constraint
      • @@ -259,7 +268,7 @@ -
      • sym_solveTo solve the currently loaded MILP problem from scratch.
      +
    • sym_solveTo solve the currently loaded MILP problem from scratch.

@@ -270,7 +279,7 @@ - Symphony + Symphony Toolbox diff --git a/help/en_US/scilab_en_US_help/section_508f0b211d17ea6769714cc144e6b731.html b/help/en_US/scilab_en_US_help/section_508f0b211d17ea6769714cc144e6b731.html new file mode 100644 index 0000000..1d1b6d9 --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_508f0b211d17ea6769714cc144e6b731.html @@ -0,0 +1,285 @@ + + + + + + +
+ + + + +
+ << symphony_mat + + + Symphony Toolbox + + + +
+
+
+ + + + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions + +

+

Symphony Native Functions

+ +
+ +
+ + + + + + +
Report an issue
+ << symphony_mat + + + Symphony Toolbox + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/setOptions.html b/help/en_US/scilab_en_US_help/setOptions.html index 0343da3..f0b0567 100644 --- a/help/en_US/scilab_en_US_help/setOptions.html +++ b/help/en_US/scilab_en_US_help/setOptions.html @@ -20,7 +20,7 @@ - sym_addConstr >> + symphony >> @@ -49,7 +49,7 @@ - sym_addConstr >> + symphony >> diff --git a/help/en_US/scilab_en_US_help/sym_addConstr.html b/help/en_US/scilab_en_US_help/sym_addConstr.html index be380a9..1c9685e 100644 --- a/help/en_US/scilab_en_US_help/sym_addConstr.html +++ b/help/en_US/scilab_en_US_help/sym_addConstr.html @@ -12,11 +12,11 @@
- << Symphony + << Symphony Native Functions - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_addConstr + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_addConstr

sym_addConstr

@@ -73,11 +73,11 @@
Report an issue
- << Symphony + << Symphony Native Functions - Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_addVar.html b/help/en_US/scilab_en_US_help/sym_addVar.html index 45cef82..898f5e5 100644 --- a/help/en_US/scilab_en_US_help/sym_addVar.html +++ b/help/en_US/scilab_en_US_help/sym_addVar.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_addVar + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_addVar

sym_addVar

@@ -79,7 +79,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_close.html b/help/en_US/scilab_en_US_help/sym_close.html index 6ae7d8a..e1c6ce4 100644 --- a/help/en_US/scilab_en_US_help/sym_close.html +++ b/help/en_US/scilab_en_US_help/sym_close.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_close + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_close

sym_close

@@ -70,7 +70,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_deleteConstrs.html b/help/en_US/scilab_en_US_help/sym_deleteConstrs.html index b3fb70e..771d24e 100644 --- a/help/en_US/scilab_en_US_help/sym_deleteConstrs.html +++ b/help/en_US/scilab_en_US_help/sym_deleteConstrs.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_deleteConstrs + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_deleteConstrs

sym_deleteConstrs

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_deleteVars.html b/help/en_US/scilab_en_US_help/sym_deleteVars.html index ed4ce54..2798f8a 100644 --- a/help/en_US/scilab_en_US_help/sym_deleteVars.html +++ b/help/en_US/scilab_en_US_help/sym_deleteVars.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_deleteVars + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_deleteVars

sym_deleteVars

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getConstrActivity.html b/help/en_US/scilab_en_US_help/sym_getConstrActivity.html index 19d2846..58af6a5 100644 --- a/help/en_US/scilab_en_US_help/sym_getConstrActivity.html +++ b/help/en_US/scilab_en_US_help/sym_getConstrActivity.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getConstrActivity + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getConstrActivity

sym_getConstrActivity

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getConstrLower.html b/help/en_US/scilab_en_US_help/sym_getConstrLower.html index 32604bc..a15684c 100644 --- a/help/en_US/scilab_en_US_help/sym_getConstrLower.html +++ b/help/en_US/scilab_en_US_help/sym_getConstrLower.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getConstrLower + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getConstrLower

sym_getConstrLower

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getConstrRange.html b/help/en_US/scilab_en_US_help/sym_getConstrRange.html index 2fcdfc6..4c9781c 100644 --- a/help/en_US/scilab_en_US_help/sym_getConstrRange.html +++ b/help/en_US/scilab_en_US_help/sym_getConstrRange.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getConstrRange + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getConstrRange

sym_getConstrRange

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getConstrSense.html b/help/en_US/scilab_en_US_help/sym_getConstrSense.html index 75c6af3..2310e7d 100644 --- a/help/en_US/scilab_en_US_help/sym_getConstrSense.html +++ b/help/en_US/scilab_en_US_help/sym_getConstrSense.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getConstrSense + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getConstrSense

sym_getConstrSense

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getConstrUpper.html b/help/en_US/scilab_en_US_help/sym_getConstrUpper.html index 4e12324..f716bd9 100644 --- a/help/en_US/scilab_en_US_help/sym_getConstrUpper.html +++ b/help/en_US/scilab_en_US_help/sym_getConstrUpper.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getConstrUpper + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getConstrUpper

sym_getConstrUpper

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getDblParam.html b/help/en_US/scilab_en_US_help/sym_getDblParam.html index 32a877d..dca6ed2 100644 --- a/help/en_US/scilab_en_US_help/sym_getDblParam.html +++ b/help/en_US/scilab_en_US_help/sym_getDblParam.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getDblParam + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getDblParam

sym_getDblParam

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getInfinity.html b/help/en_US/scilab_en_US_help/sym_getInfinity.html index 25cb571..8df08ac 100644 --- a/help/en_US/scilab_en_US_help/sym_getInfinity.html +++ b/help/en_US/scilab_en_US_help/sym_getInfinity.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getInfinity + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getInfinity

sym_getInfinity

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getIntParam.html b/help/en_US/scilab_en_US_help/sym_getIntParam.html index 70b75cc..702a151 100644 --- a/help/en_US/scilab_en_US_help/sym_getIntParam.html +++ b/help/en_US/scilab_en_US_help/sym_getIntParam.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getIntParam + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getIntParam

sym_getIntParam

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getIterCount.html b/help/en_US/scilab_en_US_help/sym_getIterCount.html index bc796a2..5da0077 100644 --- a/help/en_US/scilab_en_US_help/sym_getIterCount.html +++ b/help/en_US/scilab_en_US_help/sym_getIterCount.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getIterCount + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getIterCount

sym_getIterCount

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getMatrix.html b/help/en_US/scilab_en_US_help/sym_getMatrix.html index 6faad3d..7e863df 100644 --- a/help/en_US/scilab_en_US_help/sym_getMatrix.html +++ b/help/en_US/scilab_en_US_help/sym_getMatrix.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getMatrix + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getMatrix

sym_getMatrix

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getNumConstr.html b/help/en_US/scilab_en_US_help/sym_getNumConstr.html index e115d2f..8941d3d 100644 --- a/help/en_US/scilab_en_US_help/sym_getNumConstr.html +++ b/help/en_US/scilab_en_US_help/sym_getNumConstr.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getNumConstr + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getNumConstr

sym_getNumConstr

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getNumElements.html b/help/en_US/scilab_en_US_help/sym_getNumElements.html index a83fb9e..8682a37 100644 --- a/help/en_US/scilab_en_US_help/sym_getNumElements.html +++ b/help/en_US/scilab_en_US_help/sym_getNumElements.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getNumElements + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getNumElements

sym_getNumElements

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getNumVar.html b/help/en_US/scilab_en_US_help/sym_getNumVar.html index e81dd85..205303c 100644 --- a/help/en_US/scilab_en_US_help/sym_getNumVar.html +++ b/help/en_US/scilab_en_US_help/sym_getNumVar.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getNumVar + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getNumVar

sym_getNumVar

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getObjCoeff.html b/help/en_US/scilab_en_US_help/sym_getObjCoeff.html index 52b5481..22d196a 100644 --- a/help/en_US/scilab_en_US_help/sym_getObjCoeff.html +++ b/help/en_US/scilab_en_US_help/sym_getObjCoeff.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getObjCoeff + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getObjCoeff

sym_getObjCoeff

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getObjSense.html b/help/en_US/scilab_en_US_help/sym_getObjSense.html index d49663d..3e5e3b0 100644 --- a/help/en_US/scilab_en_US_help/sym_getObjSense.html +++ b/help/en_US/scilab_en_US_help/sym_getObjSense.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getObjSense + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getObjSense

sym_getObjSense

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getObjVal.html b/help/en_US/scilab_en_US_help/sym_getObjVal.html index f26297a..9022bdf 100644 --- a/help/en_US/scilab_en_US_help/sym_getObjVal.html +++ b/help/en_US/scilab_en_US_help/sym_getObjVal.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getObjVal + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getObjVal

sym_getObjVal

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getPrimalBound.html b/help/en_US/scilab_en_US_help/sym_getPrimalBound.html index 60c04f4..d7cbaf9 100644 --- a/help/en_US/scilab_en_US_help/sym_getPrimalBound.html +++ b/help/en_US/scilab_en_US_help/sym_getPrimalBound.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getPrimalBound + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getPrimalBound

sym_getPrimalBound

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getRhs.html b/help/en_US/scilab_en_US_help/sym_getRhs.html index c79b3a1..03d2422 100644 --- a/help/en_US/scilab_en_US_help/sym_getRhs.html +++ b/help/en_US/scilab_en_US_help/sym_getRhs.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getRhs + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getRhs

sym_getRhs

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getStatus.html b/help/en_US/scilab_en_US_help/sym_getStatus.html index 6551805..18e9ad2 100644 --- a/help/en_US/scilab_en_US_help/sym_getStatus.html +++ b/help/en_US/scilab_en_US_help/sym_getStatus.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getStatus + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getStatus

sym_getStatus

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getStrParam.html b/help/en_US/scilab_en_US_help/sym_getStrParam.html index cfd8f6d..b0e3d76 100644 --- a/help/en_US/scilab_en_US_help/sym_getStrParam.html +++ b/help/en_US/scilab_en_US_help/sym_getStrParam.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getStrParam + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getStrParam

sym_getStrParam

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getVarLower.html b/help/en_US/scilab_en_US_help/sym_getVarLower.html index e2899be..c52377e 100644 --- a/help/en_US/scilab_en_US_help/sym_getVarLower.html +++ b/help/en_US/scilab_en_US_help/sym_getVarLower.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getVarLower + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getVarLower

sym_getVarLower

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getVarSoln.html b/help/en_US/scilab_en_US_help/sym_getVarSoln.html index ef257cf..e1b998a 100644 --- a/help/en_US/scilab_en_US_help/sym_getVarSoln.html +++ b/help/en_US/scilab_en_US_help/sym_getVarSoln.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getVarSoln + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getVarSoln

sym_getVarSoln

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_getVarUpper.html b/help/en_US/scilab_en_US_help/sym_getVarUpper.html index 744e585..9736a93 100644 --- a/help/en_US/scilab_en_US_help/sym_getVarUpper.html +++ b/help/en_US/scilab_en_US_help/sym_getVarUpper.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_getVarUpper + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getVarUpper

sym_getVarUpper

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isAbandoned.html b/help/en_US/scilab_en_US_help/sym_isAbandoned.html index 4c5d728..bd4d72f 100644 --- a/help/en_US/scilab_en_US_help/sym_isAbandoned.html +++ b/help/en_US/scilab_en_US_help/sym_isAbandoned.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isAbandoned + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isAbandoned

sym_isAbandoned

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isBinary.html b/help/en_US/scilab_en_US_help/sym_isBinary.html index f93d689..b9a1262 100644 --- a/help/en_US/scilab_en_US_help/sym_isBinary.html +++ b/help/en_US/scilab_en_US_help/sym_isBinary.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isBinary + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isBinary

sym_isBinary

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isContinuous.html b/help/en_US/scilab_en_US_help/sym_isContinuous.html index da26785..de47460 100644 --- a/help/en_US/scilab_en_US_help/sym_isContinuous.html +++ b/help/en_US/scilab_en_US_help/sym_isContinuous.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isContinuous + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isContinuous

sym_isContinuous

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isEnvActive.html b/help/en_US/scilab_en_US_help/sym_isEnvActive.html index 1437811..29b593d 100644 --- a/help/en_US/scilab_en_US_help/sym_isEnvActive.html +++ b/help/en_US/scilab_en_US_help/sym_isEnvActive.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isEnvActive + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isEnvActive

sym_isEnvActive

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isInfeasible.html b/help/en_US/scilab_en_US_help/sym_isInfeasible.html index b9cbf03..c057383 100644 --- a/help/en_US/scilab_en_US_help/sym_isInfeasible.html +++ b/help/en_US/scilab_en_US_help/sym_isInfeasible.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isInfeasible + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isInfeasible

sym_isInfeasible

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isInteger.html b/help/en_US/scilab_en_US_help/sym_isInteger.html index 65ba34d..95610a8 100644 --- a/help/en_US/scilab_en_US_help/sym_isInteger.html +++ b/help/en_US/scilab_en_US_help/sym_isInteger.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isInteger + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isInteger

sym_isInteger

@@ -63,7 +63,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html b/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html index b437584..cc47319 100644 --- a/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html +++ b/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isIterLimitReached + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isIterLimitReached

sym_isIterLimitReached

@@ -70,7 +70,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isOptimal.html b/help/en_US/scilab_en_US_help/sym_isOptimal.html index f942118..da4cda7 100644 --- a/help/en_US/scilab_en_US_help/sym_isOptimal.html +++ b/help/en_US/scilab_en_US_help/sym_isOptimal.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isOptimal + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isOptimal

sym_isOptimal

@@ -70,7 +70,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isTargetGapAchieved.html b/help/en_US/scilab_en_US_help/sym_isTargetGapAchieved.html index 93060cc..b27aa57 100644 --- a/help/en_US/scilab_en_US_help/sym_isTargetGapAchieved.html +++ b/help/en_US/scilab_en_US_help/sym_isTargetGapAchieved.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isTargetGapAchieved + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isTargetGapAchieved

sym_isTargetGapAchieved

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_isTimeLimitReached.html b/help/en_US/scilab_en_US_help/sym_isTimeLimitReached.html index 3652be4..f3175ad 100644 --- a/help/en_US/scilab_en_US_help/sym_isTimeLimitReached.html +++ b/help/en_US/scilab_en_US_help/sym_isTimeLimitReached.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_isTimeLimitReached + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isTimeLimitReached

sym_isTimeLimitReached

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_loadMPS.html b/help/en_US/scilab_en_US_help/sym_loadMPS.html index 3f65011..bb8497f 100644 --- a/help/en_US/scilab_en_US_help/sym_loadMPS.html +++ b/help/en_US/scilab_en_US_help/sym_loadMPS.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_loadMPS + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_loadMPS

sym_loadMPS

@@ -68,7 +68,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_loadProblem.html b/help/en_US/scilab_en_US_help/sym_loadProblem.html index d36e1e2..f395f22 100644 --- a/help/en_US/scilab_en_US_help/sym_loadProblem.html +++ b/help/en_US/scilab_en_US_help/sym_loadProblem.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_loadProblem + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_loadProblem

sym_loadProblem

@@ -88,7 +88,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_loadProblemBasic.html b/help/en_US/scilab_en_US_help/sym_loadProblemBasic.html index dd24524..72e495d 100644 --- a/help/en_US/scilab_en_US_help/sym_loadProblemBasic.html +++ b/help/en_US/scilab_en_US_help/sym_loadProblemBasic.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_loadProblemBasic + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_loadProblemBasic

sym_loadProblemBasic

@@ -89,7 +89,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_open.html b/help/en_US/scilab_en_US_help/sym_open.html index 2d7698e..f52e3cb 100644 --- a/help/en_US/scilab_en_US_help/sym_open.html +++ b/help/en_US/scilab_en_US_help/sym_open.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_open + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_open

sym_open

@@ -70,7 +70,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_resetParams.html b/help/en_US/scilab_en_US_help/sym_resetParams.html index a297116..58f6187 100644 --- a/help/en_US/scilab_en_US_help/sym_resetParams.html +++ b/help/en_US/scilab_en_US_help/sym_resetParams.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_resetParams + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_resetParams

sym_resetParams

@@ -66,7 +66,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setConstrLower.html b/help/en_US/scilab_en_US_help/sym_setConstrLower.html index d42cda2..1331449 100644 --- a/help/en_US/scilab_en_US_help/sym_setConstrLower.html +++ b/help/en_US/scilab_en_US_help/sym_setConstrLower.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setConstrLower + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setConstrLower

sym_setConstrLower

@@ -71,7 +71,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setConstrType.html b/help/en_US/scilab_en_US_help/sym_setConstrType.html index 8238c69..604bfa7 100644 --- a/help/en_US/scilab_en_US_help/sym_setConstrType.html +++ b/help/en_US/scilab_en_US_help/sym_setConstrType.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setConstrType + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setConstrType

sym_setConstrType

@@ -77,7 +77,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setConstrUpper.html b/help/en_US/scilab_en_US_help/sym_setConstrUpper.html index 8297eab..1248e32 100644 --- a/help/en_US/scilab_en_US_help/sym_setConstrUpper.html +++ b/help/en_US/scilab_en_US_help/sym_setConstrUpper.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setConstrUpper + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setConstrUpper

sym_setConstrUpper

@@ -71,7 +71,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setContinuous.html b/help/en_US/scilab_en_US_help/sym_setContinuous.html index b39a8f5..ea43c30 100644 --- a/help/en_US/scilab_en_US_help/sym_setContinuous.html +++ b/help/en_US/scilab_en_US_help/sym_setContinuous.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setContinuous + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setContinuous

sym_setContinuous

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setDblParam.html b/help/en_US/scilab_en_US_help/sym_setDblParam.html index 47f3c2e..56e51a2 100644 --- a/help/en_US/scilab_en_US_help/sym_setDblParam.html +++ b/help/en_US/scilab_en_US_help/sym_setDblParam.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setDblParam + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setDblParam

sym_setDblParam

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setIntParam.html b/help/en_US/scilab_en_US_help/sym_setIntParam.html index 900404b..6a40ca0 100644 --- a/help/en_US/scilab_en_US_help/sym_setIntParam.html +++ b/help/en_US/scilab_en_US_help/sym_setIntParam.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setIntParam + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setIntParam

sym_setIntParam

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setInteger.html b/help/en_US/scilab_en_US_help/sym_setInteger.html index 558ebb4..394afc2 100644 --- a/help/en_US/scilab_en_US_help/sym_setInteger.html +++ b/help/en_US/scilab_en_US_help/sym_setInteger.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setInteger + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setInteger

sym_setInteger

@@ -67,7 +67,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setObjCoeff.html b/help/en_US/scilab_en_US_help/sym_setObjCoeff.html index d21b989..f3fabeb 100644 --- a/help/en_US/scilab_en_US_help/sym_setObjCoeff.html +++ b/help/en_US/scilab_en_US_help/sym_setObjCoeff.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setObjCoeff + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setObjCoeff

sym_setObjCoeff

@@ -71,7 +71,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setObjSense.html b/help/en_US/scilab_en_US_help/sym_setObjSense.html index 0ee81bb..f54ac5d 100644 --- a/help/en_US/scilab_en_US_help/sym_setObjSense.html +++ b/help/en_US/scilab_en_US_help/sym_setObjSense.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setObjSense + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setObjSense

sym_setObjSense

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setPrimalBound.html b/help/en_US/scilab_en_US_help/sym_setPrimalBound.html index 0074a05..2ecab9d 100644 --- a/help/en_US/scilab_en_US_help/sym_setPrimalBound.html +++ b/help/en_US/scilab_en_US_help/sym_setPrimalBound.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setPrimalBound + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setPrimalBound

sym_setPrimalBound

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setStrParam.html b/help/en_US/scilab_en_US_help/sym_setStrParam.html index 02f70b5..d134cfe 100644 --- a/help/en_US/scilab_en_US_help/sym_setStrParam.html +++ b/help/en_US/scilab_en_US_help/sym_setStrParam.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setStrParam + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setStrParam

sym_setStrParam

@@ -69,7 +69,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setVarLower.html b/help/en_US/scilab_en_US_help/sym_setVarLower.html index 9253fdc..2562455 100644 --- a/help/en_US/scilab_en_US_help/sym_setVarLower.html +++ b/help/en_US/scilab_en_US_help/sym_setVarLower.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setVarLower + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setVarLower

sym_setVarLower

@@ -71,7 +71,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setVarSoln.html b/help/en_US/scilab_en_US_help/sym_setVarSoln.html index f15ea85..53b2c6b 100644 --- a/help/en_US/scilab_en_US_help/sym_setVarSoln.html +++ b/help/en_US/scilab_en_US_help/sym_setVarSoln.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setVarSoln + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setVarSoln

sym_setVarSoln

@@ -70,7 +70,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_setVarUpper.html b/help/en_US/scilab_en_US_help/sym_setVarUpper.html index c143d33..e03e7f6 100644 --- a/help/en_US/scilab_en_US_help/sym_setVarUpper.html +++ b/help/en_US/scilab_en_US_help/sym_setVarUpper.html @@ -16,7 +16,7 @@ - Symphony + Symphony Native Functions @@ -29,7 +29,7 @@ - Symphony >> Symphony > sym_setVarUpper + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setVarUpper

sym_setVarUpper

@@ -71,7 +71,7 @@
- Symphony + Symphony Native Functions diff --git a/help/en_US/scilab_en_US_help/sym_solve.html b/help/en_US/scilab_en_US_help/sym_solve.html index 6e25bed..cf1f40b 100644 --- a/help/en_US/scilab_en_US_help/sym_solve.html +++ b/help/en_US/scilab_en_US_help/sym_solve.html @@ -16,12 +16,11 @@ - Symphony + Symphony Native Functions - symphony >> - +

@@ -29,7 +28,7 @@ - Symphony >> Symphony > sym_solve + Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_solve

sym_solve

@@ -69,12 +68,11 @@ - Symphony + Symphony Native Functions - symphony >> - +
diff --git a/help/en_US/scilab_en_US_help/symphony.html b/help/en_US/scilab_en_US_help/symphony.html index 5c99038..c2d667f 100644 --- a/help/en_US/scilab_en_US_help/symphony.html +++ b/help/en_US/scilab_en_US_help/symphony.html @@ -12,11 +12,11 @@
- << sym_solve + << Symphony Toolbox - Symphony + Symphony Toolbox @@ -29,7 +29,7 @@ - Symphony >> Symphony > symphony + Symphony Toolbox >> Symphony Toolbox > symphony

symphony

@@ -196,11 +196,11 @@ find the minimum or maximum of f(x) such that

Report an issue
- << sym_solve + << Symphony Toolbox - Symphony + Symphony Toolbox diff --git a/help/en_US/scilab_en_US_help/symphony_mat.html b/help/en_US/scilab_en_US_help/symphony_mat.html index 10ae133..d87fb63 100644 --- a/help/en_US/scilab_en_US_help/symphony_mat.html +++ b/help/en_US/scilab_en_US_help/symphony_mat.html @@ -16,11 +16,12 @@ - Symphony + Symphony Toolbox - + Symphony Native Functions >> +

@@ -28,11 +29,11 @@ - Symphony >> Symphony > symphony_mat + Symphony Toolbox >> Symphony Toolbox > symphony_mat

symphony_mat

-

Solves a mixed integer linear programming constrained optimization problem.

+

Solves a mixed integer linear programming constrained optimization problem in intlinprog format.

Calling Sequence

@@ -71,7 +72,7 @@

Description

Search the minimum or maximum of a constrained mixed integer linear programming optimization problem specified by : find the minimum or maximum of f(x) such that

-

+

Examples

@@ -184,11 +185,12 @@ find the minimum or maximum of f(x) such that

- Symphony + Symphony Toolbox - + Symphony Native Functions >> +
diff --git a/help/en_US/sym_addConstr.xml b/help/en_US/sym_addConstr.xml deleted file mode 100644 index 89ec114..0000000 --- a/help/en_US/sym_addConstr.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - sym_addConstr - Add a new constraint - - - - Calling Sequence - sym_addConstr(coeff,type,bound1[,bound2]) - - - - Description - - This function adds a new constraint from scratch. Supported types of constraints are less than or equal to, more than or equal to, equal to, or ranged. - The last argument is only required for ranged constraints. For the other types of constraints, only the third argument is required. - - - - - Arguments - - - - coeff - Sparse matrix representing coefficients of the variables in the new constraint (must have 1 row and number of columns equal to number of variables) - - - type - Type of the new constraint. Supported types: less than or equal to ("L"), greater than or equal to ("G"), equal to ("E"), or ranged ("R") - - - bound1 - The first (or only) bound for the constraint - - - bound2 - The second bound for ranged constraints. The two bounds for ranged constraints can be in any order. - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_addConstr(sparse([0,0,1,0,2]),"R",0,10) - sym_addConstr(sparse([0,0,1,1,0]),"G",4) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_addVar.xml b/help/en_US/sym_addVar.xml deleted file mode 100644 index 7ba5c74..0000000 --- a/help/en_US/sym_addVar.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - 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 - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_close.xml b/help/en_US/sym_close.xml deleted file mode 100644 index 5f2e903..0000000 --- a/help/en_US/sym_close.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - sym_close - Close the Symphony environment - - - - Calling Sequence - sym_close() - - - - Description - - Closes the already open Symphony environment. - Warning: All data loaded into the environment is deleted. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns 1 if the environment was successfully closed and 0 otherwise - - - - - Examples - - sym_close() - - - - - Authors - - - Keyur Joshi - Iswarya - - - - - diff --git a/help/en_US/sym_deleteConstrs.xml b/help/en_US/sym_deleteConstrs.xml deleted file mode 100644 index 7c1aaa7..0000000 --- a/help/en_US/sym_deleteConstrs.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_deleteConstrs - This routine is used to delete rows from the original constraint matrix. - - - - Calling Sequence - sym_deleteConstrs(indices) - - - - Description - - - - - - Arguments - - - - indices - An array indicating the indices of the rows to be deleted. - - - - - - - Return value - - Returns 0 if the constraints specified in the indices are deleted successfully and 0 if it returns corresponding to an error value. - - - - - Examples - - status=sym_deleteConstrs([1,2]) - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_deleteVars.xml b/help/en_US/sym_deleteVars.xml deleted file mode 100644 index 3ce1fe7..0000000 --- a/help/en_US/sym_deleteVars.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_deleteVars - This routine is used to delete columns from the original problem description. - - - - Calling Sequence - sym_deleteVars(indices) - - - - Description - - - - - - Arguments - - - - indices - Pointer to an integer type array indicating the indices of the column numbers(variables) to be deleted. - - - - - - - Return value - - Returns 0 if the column numbers specified are deleted successfully and 0 if the deletion of column indices did not execute successfully and it returns with an error return value - - - - - Examples - - status=sym_deleteVars([1,2]) - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_getConstrActivity.xml b/help/en_US/sym_getConstrActivity.xml deleted file mode 100644 index 7323a48..0000000 --- a/help/en_US/sym_getConstrActivity.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getConstrActivity - Get the activity of the constraints in the solution - - - - Calling Sequence - sym_getConstrActivity() - - - - Description - - Get the activity of the constraints in the solution. - This function may fail if the problem has not been solved already. Use sym_solve() in this case. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns a matrix with 1 column and number of rows equal to number of constraints, that represents the activities of those constraints - - - - - Examples - - sym_getConstrActivity() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_getConstrLower.xml b/help/en_US/sym_getConstrLower.xml deleted file mode 100644 index 8274813..0000000 --- a/help/en_US/sym_getConstrLower.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getConstrLower - To get the lower bounds of the constraints. - - - - Calling Sequence - sym_getConstrLower() - - - - Description - - This routine is used to get lower bounds of constraints. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a column vector of lower bounds of constraints. - - - - - Examples - - ans=sym_getConstrLower() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getConstrRange.xml b/help/en_US/sym_getConstrRange.xml deleted file mode 100644 index 402f313..0000000 --- a/help/en_US/sym_getConstrRange.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getConstrRange - To to get the constraint ranges. - - - - Calling Sequence - sym_getConstrRange() - - - - Description - - This routine is used to get the constraint ranges. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a column vector of the constraint ranges. - - - - - Examples - - ans=sym_getConstrRange() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getConstrSense.xml b/help/en_US/sym_getConstrSense.xml deleted file mode 100644 index 85d358c..0000000 --- a/help/en_US/sym_getConstrSense.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getConstrSense - To get the row senses. - - - - Calling Sequence - sym_getConstrSense() - - - - Description - - This routine is used to get the row senses. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a column vector of the row senses. - - - - - Examples - - ans=sym_getConstrSense() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getConstrUpper.xml b/help/en_US/sym_getConstrUpper.xml deleted file mode 100644 index 5422d96..0000000 --- a/help/en_US/sym_getConstrUpper.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getConstrUpper - To get the upper bounds of the constraints. - - - - Calling Sequence - sym_getConstrUpper() - - - - Description - - This routine is used to get upper bounds of the constraints. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a column vector of upper bounds of constraints. - - - - - Examples - - ans=sym_getConstrUpper() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getDblParam.xml b/help/en_US/sym_getDblParam.xml deleted file mode 100644 index 4e5d8f3..0000000 --- a/help/en_US/sym_getDblParam.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_getDblParam - This routine is used to get the value of a double type parameter. - - - - Calling Sequence - sym_getDblParam(key) - - - - Description - - - - - - Arguments - - - - key - The name of the double parameter whose value has to be retrieved. Note: should be given within " " - - - - - - - Return value - - Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function - - - - - Examples - - status=sym_getDblParam("time_limit") - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_getInfinity.xml b/help/en_US/sym_getInfinity.xml deleted file mode 100644 index 295fd17..0000000 --- a/help/en_US/sym_getInfinity.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_getInfinity - Get Symphony's infinity value - - - - Calling Sequence - sym_getInfinity() - - - - Description - - Get the value that Symphony considers to be infinity. This is equal to 10^20. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns the infinity value of Symphony - - - - - Examples - - sym_getInfinity() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_getIntParam.xml b/help/en_US/sym_getIntParam.xml deleted file mode 100644 index a6626af..0000000 --- a/help/en_US/sym_getIntParam.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_getIntParam - This routine is used to get the value of an integer type parameter. - - - - Calling Sequence - sym_getIntParam(key) - - - - Description - - - - - - Arguments - - - - key - The name of the integer parameter whose value has to be retrieved. Note: should be given within " " - - - - - - - Return value - - Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function - - - - - Examples - - status=sym_getIntParam("verbosity") - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_getIterCount.xml b/help/en_US/sym_getIterCount.xml deleted file mode 100644 index ab7f42e..0000000 --- a/help/en_US/sym_getIterCount.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getIterCount - To get the number of the analyzed nodes of the branching tree after solving the problem. - - - - Calling Sequence - sym_getIterCount() - - - - Description - - This routine is used to get the number of the analyzed nodes of the branching tree after solving the problem. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns iteration count. - - - - - Examples - - ans=sym_getIterCount() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getMatrix.xml b/help/en_US/sym_getMatrix.xml deleted file mode 100644 index fbcd87f..0000000 --- a/help/en_US/sym_getMatrix.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getMatrix - To get the constraint matrix. - - - - Calling Sequence - sym_getMatrix() - - - - Description - - This routine is used to get the constraint matrix as sparse matrix in a standard row-ordered format. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a row-ordered sparse matrix. - - - - - Examples - - ans=sym_getMatrix() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getNumConstr.xml b/help/en_US/sym_getNumConstr.xml deleted file mode 100644 index 63715fb..0000000 --- a/help/en_US/sym_getNumConstr.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_getNumConstr - To get the number of the constraints of the current problem. - - - - Calling Sequence - sym_getNumConstr() - - - - Description - - This routine is used to get the number of the constraints of the current problem. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - If there was an error it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of constraints. - - - - - Examples - - ans=sym_getNumConstr() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getNumElements.xml b/help/en_US/sym_getNumElements.xml deleted file mode 100644 index 5ce71a9..0000000 --- a/help/en_US/sym_getNumElements.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_getNumElements - To get the number of non-zero entries of the constraint matrix of the current problem. - - - - Calling Sequence - sym_getNumElements() - - - - Description - - This routine is used to get the number of non-zero entries of the constraint matrix of the current problem. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - If there was an error, it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of non-zero elements. - - - - - Examples - - ans=sym_getNumElements() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getNumVar.xml b/help/en_US/sym_getNumVar.xml deleted file mode 100644 index 5602811..0000000 --- a/help/en_US/sym_getNumVar.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_getNumVar - To get the number of the variables of the current problem. - - - - Calling Sequence - sym_getNumVar() - - - - Description - - This routine is used to get the number of the variables of the current problem. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - If there was an error it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of variables. - - - - - Examples - - ans=sym_getNumVar() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getObjCoeff.xml b/help/en_US/sym_getObjCoeff.xml deleted file mode 100644 index 194d3cd..0000000 --- a/help/en_US/sym_getObjCoeff.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getObjCoeff - To get the objective vector. - - - - Calling Sequence - sym_getObjCoeff() - - - - Description - - This routine is used to get the objective vector. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a row vector of coefficients of variables in objective. - - - - - Examples - - ans=sym_getObjCoeff() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getObjSense.xml b/help/en_US/sym_getObjSense.xml deleted file mode 100644 index 1d4f0fa..0000000 --- a/help/en_US/sym_getObjSense.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_getObjSense - Get the objective sense - - - - Calling Sequence - sym_getObjSense() - - - - Description - - This function gets the sense of the objective function (minimization/maximization). - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns 1 if the objective is to be minimized and -1 if the objective is to be maximized - - - - - Examples - - sym_getObjSense() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_getObjVal.xml b/help/en_US/sym_getObjVal.xml deleted file mode 100644 index 9a65646..0000000 --- a/help/en_US/sym_getObjVal.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getObjVal - Get the optimized objective value - - - - Calling Sequence - sym_getObjVal() - - - - Description - - Get the optimized objective value after after solving the problem. - This function may fail if the problem has not been solved already. Use sym_solve() in this case. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns the optimized objective value - - - - - Examples - - sym_getObjVal() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_getPrimalBound.xml b/help/en_US/sym_getPrimalBound.xml deleted file mode 100644 index 3b9db8d..0000000 --- a/help/en_US/sym_getPrimalBound.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_getPrimalBound - Get the primal bound of the problem - - - - Calling Sequence - sym_getPrimalBound() - - - - Description - - Get the primal bound of the loaded problem. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns the primal bound of the problem - - - - - Examples - - sym_getPrimalBound() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_getRhs.xml b/help/en_US/sym_getRhs.xml deleted file mode 100644 index a0d1a76..0000000 --- a/help/en_US/sym_getRhs.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getRhs - To to get the right hand side vector(column vector). - - - - Calling Sequence - sym_getRhs() - - - - Description - - This routine is used to get the right hand side vector(coumn vector). - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a column vector of the right hand side values of constraints. - - - - - Examples - - ans=sym_getRhs() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getStatus.xml b/help/en_US/sym_getStatus.xml deleted file mode 100644 index f13e59e..0000000 --- a/help/en_US/sym_getStatus.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getStatus - To get status of the problem solver. - - - - Calling Sequence - sym_getStatus() - - - - Description - - This post-solution query routine is used to learn the termination status of the solution procedure. - It prints status of the problem solver to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if it receives any return-value indicating an error message or 0 if it receives any return-value indicating a non-error message. - - - - - Examples - - status=sym_getStatus() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getStrParam.xml b/help/en_US/sym_getStrParam.xml deleted file mode 100644 index b261053..0000000 --- a/help/en_US/sym_getStrParam.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_getStrParam - This routine is used to get the value of a string type parameter. - - - - Calling Sequence - sym_getStrParam(key) - - - - Description - - - - - - Arguments - - - - key - The name of the strung parameter whose value has to be retrieved. Note: should be given within " " - - - - - - - Return value - - Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function - - - - - Examples - - status=sym_getStrParam("source_path") - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_getVarLower.xml b/help/en_US/sym_getVarLower.xml deleted file mode 100644 index 771d095..0000000 --- a/help/en_US/sym_getVarLower.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getVarLower - To get the lower bounds of the variables. - - - - Calling Sequence - sym_getVarLower() - - - - Description - - This routine is used to get the lower bounds of the variables. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a row vector of lower bounds of the variables. - - - - - Examples - - ans=sym_getVarLower() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_getVarSoln.xml b/help/en_US/sym_getVarSoln.xml deleted file mode 100644 index 5500c57..0000000 --- a/help/en_US/sym_getVarSoln.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getVarSoln - Get the solution for the problem - - - - Calling Sequence - sym_getVarSoln() - - - - Description - - Get the solution for the problem after solving it. - This function may fail if the problem has not been solved already. Use sym_solve() in this case. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns a matrix with 1 row and number of columns equal to number of variables, that represents the solutions for those variables - - - - - Examples - - sym_getVarSoln() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_getVarUpper.xml b/help/en_US/sym_getVarUpper.xml deleted file mode 100644 index a447a54..0000000 --- a/help/en_US/sym_getVarUpper.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_getVarUpper - To get the upper bounds of the variables. - - - - Calling Sequence - sym_getVarUpper() - - - - Description - - This routine is used to get the upper bounds of the variables. - If there was an error it prints to Scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns a row vector of upper bounds of the variables. - - - - - Examples - - ans=sym_getVarUpper() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_isAbandoned.xml b/help/en_US/sym_isAbandoned.xml deleted file mode 100644 index 1009201..0000000 --- a/help/en_US/sym_isAbandoned.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_isAbandoned - To check whether the problem was abandoned for some reason. - - - - Calling Sequence - sym_isAbandoned() - - - - Description - - This post-solution query routine is used to learn whether the problem was abandoned for some reason. - It prints whether or not the problem was abandoned for some reason to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the problem was abandoned or 0 if the problem was not abandoned or -1 if there was an error. - - - - - Examples - - status=sym_isAbandoned() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_isBinary.xml b/help/en_US/sym_isBinary.xml deleted file mode 100644 index 57a6cf3..0000000 --- a/help/en_US/sym_isBinary.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - sym_isBinary - Check if a variable is constrained to be binary - - - - Calling Sequence - sym_isBinary(index) - - - - Description - - This function checks if a variable is constrained to be binary (0 or 1). - - - - - Arguments - - - - index - Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem - - - - - - - Return value - - Returns 1 if the variable is constrained to be binary and 0 if it is not. - - - - - Examples - - sym_isBinary(2) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_isContinuous.xml b/help/en_US/sym_isContinuous.xml deleted file mode 100644 index 8c6a77b..0000000 --- a/help/en_US/sym_isContinuous.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - sym_isContinuous - Check if a variable is continuous - - - - Calling Sequence - sym_isContinuous(index) - - - - Description - - This function checks if a variable is continuous. - - - - - Arguments - - - - index - Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem - - - - - - - Return value - - Returns 1 if the variable is continuous and 0 if it is not. - - - - - Examples - - sym_isContinuous(2) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_isEnvActive.xml b/help/en_US/sym_isEnvActive.xml deleted file mode 100644 index b47e28b..0000000 --- a/help/en_US/sym_isEnvActive.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - sym_isEnvActive - Check if Symphony environment is active - - - - Calling Sequence - sym_isEnvActive() - - - - Description - - Check if Symphony environment is active (open). Most Symphony functions will require the environment to be open. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns 1 if the environment is active and 0 otherwise - - - - - Examples - - sym_isEnvActive() - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_isInfeasible.xml b/help/en_US/sym_isInfeasible.xml deleted file mode 100644 index 88a4f43..0000000 --- a/help/en_US/sym_isInfeasible.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_isInfeasible - To check whether the problem was proven to be infeasible. - - - - Calling Sequence - sym_isInfeasible() - - - - Description - - This post-solution query routine is used to learn whether the problem was proven to be infeasible. - It prints whether or not the problem was proven to be infeasible to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the problem was solved proven to be infeasible or 0 if it was not proven to be infeasible or -1 if there was an error. - - - - - Examples - - status=sym_isInfeasible() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_isInteger.xml b/help/en_US/sym_isInteger.xml deleted file mode 100644 index e104039..0000000 --- a/help/en_US/sym_isInteger.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - sym_isInteger - - Check if a variable is constrained to be an integer - - - - Calling Sequence - - sym_isInteger(index) - - - - Description - - This function checks if a variable is constrained to be an integer. - index : Index of the variable to check. Must be in {0,1,2,...n-1} where n is the number of variables in the problem - - - - - Examples - - sym_isInteger(2) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_isIterLimitReached.xml b/help/en_US/sym_isIterLimitReached.xml deleted file mode 100644 index 013f984..0000000 --- a/help/en_US/sym_isIterLimitReached.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - sym_isIterLimitReached - To know whether the iteration limit (node limit) was reached. - - - - Calling Sequence - sym_isIterLimitReached() - - - - Description - - This post-solution query routine is used to learn whether the iteration limit(node limit) was reached. - It prints whether or not the iteration limit (node limit) was reached to scilab console. - It can also be used if "find first feasible" parameter was set to true before solving the problem. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the iteration limit is reached or 0 if the iteration limit is not reached or -1 if there was an error. - - - - - Examples - - status=sym_isIterLimitReached() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_isOptimal.xml b/help/en_US/sym_isOptimal.xml deleted file mode 100644 index 889aa02..0000000 --- a/help/en_US/sym_isOptimal.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - sym_isOptimal - To check whether the problem was solved to optimality. - - - - Calling Sequence - sym_isOptimal() - - - - Description - - This post-solution query routine is used to learn whether the problem was solved to - optimality. - It prints whether or not the problem was solved to optimality to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the problem was solved to optimality or 0 if it was not solved to optimality or -1 if there was an error. - - - - - Examples - - status=sym_isOptimal() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_isTargetGapAchieved.xml b/help/en_US/sym_isTargetGapAchieved.xml deleted file mode 100644 index 81c99b4..0000000 --- a/help/en_US/sym_isTargetGapAchieved.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_isTargetGapAchieved - To know whether the target gap was reached. - - - - Calling Sequence - sym_isTargetGapAchieved() - - - - Description - - This post-solution query routine is used to learn whether the target gap was reached. - It print whether or not the target gap was reached. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the target gap was reached or 0 if the target gap was not reached or -1 if there was an error. - - - - - Examples - - status=sym_isTargetGapAchieved() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_isTimeLimitReached.xml b/help/en_US/sym_isTimeLimitReached.xml deleted file mode 100644 index 42889de..0000000 --- a/help/en_US/sym_isTimeLimitReached.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_isTimeLimitReached - To know whether the time limit was reached. - - - - Calling Sequence - sym_isTimeLimitReached() - - - - Description - - This post-solution query routine is used to learn whether the time limit was reached. - It prints whether or not the time limit was reached to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if the time limit was reached or 0 if the time limit was not reached or -1 if there was an error. - - - - - Examples - - status=sym_isTimeLimitReached() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/sym_loadMPS.xml b/help/en_US/sym_loadMPS.xml deleted file mode 100644 index 6e55cff..0000000 --- a/help/en_US/sym_loadMPS.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - sym_loadMPS - This routine is used to load an instance from an MPS file. - - - - Calling Sequence - sym_loadMPS(filename) - - - - Description - - - - - - Arguments - - - - filename - It is a string that has the path of the .mps file to loaded.It has to be given within double quotes ("") - - - - - - - Return value - - Returns 0 if the .mps file is loaded properly to symphony and 0 if there is an error reading the mps file or the function returns with an error return value - - - - - Examples - - status=sym_loadMPS("./sample.mps") -mps file present in the current directory of execution can be mentioned this way also - status=sym_loadMPS("/home/Desktop/sample.mps") -mps file present at a different location must be specified with their entire path - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_loadProblem.xml b/help/en_US/sym_loadProblem.xml deleted file mode 100644 index e2409c5..0000000 --- a/help/en_US/sym_loadProblem.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - sym_loadProblem - Load a problem into Symphony - - - - Calling Sequence - sym_loadProblem(nbVar,nbConstr,varLB,varUB,objCoeff,isInt,objSense,conMatrix,conLB,conUB) - - - - Description - - Loads a MIP problem into Symphony. All the necessary data can be given through a single function call. - The type of constraint is automatically deduced from the constraint bounds. - - - - - Arguments - - - - nbVar - Number of variables - - - nbConstr - Number of constraints - - - varLB - Matrix containing lower bounds of the variables (must have size 1 row and nbVar columns). Bound can be negative infinity - - - varUB - Matrix containing upper bounds of the variables (must have size 1 row and nbVar columns). Bound can be infinity - - - objCoeff - Matrix containing coefficients of the variables in the objective (must have size 1 row and nbVar columns) - - - isInt - Boolean matrix representing wether a variable is constrained to be an integer (must have size 1 row and nbVar columns) - - - objSense - The sense (maximization/minimization) of the objective. Use sym_minimize or sym_maximize here - - - conMatrix - Sparse matrix representing the constraint matrix (must have size nbConstr rows and nbVar columns) - - - conLB - Matrix containing lower bounds of the constraints (must have size nbConstr rows and 1 column) - - - conUB - Matrix containing upper bounds of the constraints (must have size nbConstr rows and 1 column) - - - - - - - Return value - - Returns 0 if the problem was successfully loaded into Symphony - - - - - Examples - - sym_loadProblem(2,2,[0,0],[%inf,%inf],[1,1],[%t,%t],sym_maximize,sparse([1,2;2,1]),[0;0],[7;6.5]) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_loadProblemBasic.xml b/help/en_US/sym_loadProblemBasic.xml deleted file mode 100644 index 90a5995..0000000 --- a/help/en_US/sym_loadProblemBasic.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - sym_loadProblemBasic - Load a problem into Symphony (basic version) - - - - Calling Sequence - sym_loadProblemBasic(nbVar,nbConstr,varLB,varUB,objCoeff,isInt,objSense,conMatrix,conLB,conUB) - - - - Description - - Loads a MIP problem into Symphony. All the necessary data can be given through a single function call. - The type of constraint is automatically deduced from the constraint bounds. - This version of the problem loader does not support sparse matrices and hence is only useful for small problems. - - - - - Arguments - - - - nbVar - Number of variables - - - nbConstr - Number of constraints - - - varLB - Matrix containing lower bounds of the variables (must have size 1 row and nbVar columns). Bound can be negative infinity - - - varUB - Matrix containing upper bounds of the variables (must have size 1 row and nbVar columns). Bound can be infinity - - - objCoeff - Matrix containing coefficients of the variables in the objective (must have size 1 row and nbVar columns) - - - isInt - Boolean matrix representing wether a variable is constrained to be an integer (must have size 1 row and nbVar columns) - - - objSense - The sense (maximization/minimization) of the objective. Use sym_minimize or sym_maximize here - - - conMatrix - Matrix (normal) representing the constraint matrix (must have size nbConstr rows and nbVar columns) - - - conLB - Matrix containing lower bounds of the constraints (must have size nbConstr rows and 1 column) - - - conUB - Matrix containing upper bounds of the constraints (must have size nbConstr rows and 1 column) - - - - - - - Return value - - Returns 0 if the problem was successfully loaded into Symphony - - - - - Examples - - sym_loadProblemBasic(2,2,[0,0],[%inf,%inf],[1,1],[%t,%t],sym_maximize,[1,2;2,1],[0;0],[7;6.5]) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_open.xml b/help/en_US/sym_open.xml deleted file mode 100644 index 92b3dec..0000000 --- a/help/en_US/sym_open.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - sym_open - Open the Symphony environment - - - - Calling Sequence - sym_open() - - - - Description - - Opens the Symphony environment. The environment and all data loaded into it is maintained across function calls. - This function fails if the environment is already open. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns 1 if the environment was successfully opened and 0 otherwise - - - - - Examples - - sym_open() - - - - - Authors - - - Keyur Joshi - Iswarya - - - - - diff --git a/help/en_US/sym_resetParams.xml b/help/en_US/sym_resetParams.xml deleted file mode 100644 index a73fdbd..0000000 --- a/help/en_US/sym_resetParams.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - sym_resetParams - This routine sets all the environment variables and parameters to their default values. - - - - Calling Sequence - sym_resetParams() - - - - Description - - - - - - Arguments - - This function takes no arguments - - - - - Return value - - Returns 0 if the environment variables and parameters are set to their default value and 1 if a value corresponding to an error is returned - - - - - Examples - - status=sym_resetParams() - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_setConstrLower.xml b/help/en_US/sym_setConstrLower.xml deleted file mode 100644 index ae68046..0000000 --- a/help/en_US/sym_setConstrLower.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - sym_setConstrLower - Set the lower bound of a constraint - - - - Calling Sequence - sym_setConstrLower(index,newBound) - - - - Description - - This function changes the lower bound of a constraint - - - - - Arguments - - - - index - Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem - - - newBound - The new lower bound for the constraint - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setConstrLower(2,-100) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setConstrType.xml b/help/en_US/sym_setConstrType.xml deleted file mode 100644 index 18afed0..0000000 --- a/help/en_US/sym_setConstrType.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - sym_setConstrType - Set the type of a constraint - - - - Calling Sequence - sym_setConstrType(index,type,bound1[,bound2]) - - - - Description - - This function completely modifies the type of a constraint. Supported types of constraints are less than or equal to, more than or equal to, equal to, or ranged. - The last argument is only required for ranged constraints. For the other types of constraints, only the third argument is required. - - - - - Arguments - - - - index - Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem - - - type - New type of the constraint. Supported types: less than or equal to ("L"), greater than or equal to ("G"), equal to ("E"), or ranged ("R") - - - bound1 - The first (or only) bound for the constraint - - - bound2 - The second bound for ranged constraints. The two bounds for ranged constraints can be in any order. - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setConstrType(2,"R",-10,10) - sym_setConstrType(3,"E",100) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setConstrUpper.xml b/help/en_US/sym_setConstrUpper.xml deleted file mode 100644 index 676454c..0000000 --- a/help/en_US/sym_setConstrUpper.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - sym_setConstrUpper - Set the upper bound of a constraint - - - - Calling Sequence - sym_setConstrUpper(index,newBound) - - - - Description - - This function changes the upper bound of a constraint - - - - - Arguments - - - - index - Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem - - - newBound - The new upper bound for the constraint - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setConstrUpper(2,-100) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setContinuous.xml b/help/en_US/sym_setContinuous.xml deleted file mode 100644 index f4948d9..0000000 --- a/help/en_US/sym_setContinuous.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_setContinuous - This routine is used to set the type of a variable to be continuous. - - - - Calling Sequence - sym_setContinuous(index) - - - - Description - - - - - - Arguments - - - - index - Index of the variable to be set continuous - - - - - - - Return value - - Returns 0 if the variable type has been set as continuous and 0 if an error value is returned. - - - - - Examples - - status=sym_setContinuous(1) - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_setDblParam.xml b/help/en_US/sym_setDblParam.xml deleted file mode 100644 index 464d29e..0000000 --- a/help/en_US/sym_setDblParam.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - sym_setDblParam - This routine is used to set a double type parameter. - - - - Calling Sequence - sym_setDblParam(key,value) - - - - Description - - - - - - Arguments - - - - key - The name of the double type parameter to be set. Note: should be given within " " - - - value - New value of the corresponding double parameter - - - - - - - Return value - - Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the double parameter was unsuccessful due to invalid inputs - - - - - Examples - - status=sym_setDblParam("time_limit",5) - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_setIntParam.xml b/help/en_US/sym_setIntParam.xml deleted file mode 100644 index e20dfb5..0000000 --- a/help/en_US/sym_setIntParam.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - sym_setIntParam - This routine is used to set an integer type parameter. - - - - Calling Sequence - sym_setIntParam(key,value) - - - - Description - - - - - - Arguments - - - - key - The name of the parameter to be set. Note:should be given within " " - - - value - New value of the corresponding integer parameter - - - - - - - Return value - - Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the integer parameter was unsuccessful due to invalid inputs - - - - - Examples - - status=sym_setIntParam("verbosity",5) - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_setInteger.xml b/help/en_US/sym_setInteger.xml deleted file mode 100644 index cebb83f..0000000 --- a/help/en_US/sym_setInteger.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - sym_setInteger - This routine is used to set the type of a variable to be integer. - - - - Calling Sequence - sym_setInteger(index) - - - - Description - - - - - - Arguments - - - - index - The index of the variable type to be modified as integer. Note that, it has to be at most the number of columns. - - - - - - - Return value - - Returns 0 if the variable type has been set as integer and 0 if an error value is returned. - - - - - Examples - - status=sym_setInteger(1) - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_setObjCoeff.xml b/help/en_US/sym_setObjCoeff.xml deleted file mode 100644 index 5251b4c..0000000 --- a/help/en_US/sym_setObjCoeff.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - sym_setObjCoeff - Set coefficient of a variable in the objective - - - - Calling Sequence - sym_setObjCoeff(index,newCoeff) - - - - Description - - This function changes the coefficient of a variable in the objective function - - - - - Arguments - - - - index - Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem - - - newCoeff - The new coefficient of the variable - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setObjCoeff(2,1.5) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setObjSense.xml b/help/en_US/sym_setObjSense.xml deleted file mode 100644 index 356ea97..0000000 --- a/help/en_US/sym_setObjSense.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - sym_setObjSense - Set the objective sense - - - - Calling Sequence - sym_setObjSense(sense) - - - - Description - - This function sets the sense of the objective function (minimization/maximization). - - - - - Arguments - - - - sense - The new sense of the objective function. Use sym_minimize or sym_maximize here - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setObjSense(sym_minimize) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setPrimalBound.xml b/help/en_US/sym_setPrimalBound.xml deleted file mode 100644 index c2f29a7..0000000 --- a/help/en_US/sym_setPrimalBound.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - sym_setPrimalBound - Set the primal bound of the problem - - - - Calling Sequence - sym_setPrimalBound(bound) - - - - Description - - Set the primal bound of the loaded problem. - - - - - Arguments - - - - bound - The new primal bound for the problem - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setPrimalBound(10) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setStrParam.xml b/help/en_US/sym_setStrParam.xml deleted file mode 100644 index 09c5ea8..0000000 --- a/help/en_US/sym_setStrParam.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - sym_setStrParam - This routine is used to set a string type parameter. - - - - Calling Sequence - sym_setStrParam(key,value) - - - - Description - - - - - - Arguments - - - - key - The name of the string type parameter to be set. Note: should be given within " " - - - value - New value of the corresponding string parameter. Note: should be given within " " - - - - - - - Return value - - Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the string parameter was unsuccessful due to invalid inputs - - - - - Examples - - status=sym_setStrParam("source_path","..") - - - - - Authors - - - Iswarya Hariharan - - - - - diff --git a/help/en_US/sym_setVarLower.xml b/help/en_US/sym_setVarLower.xml deleted file mode 100644 index 1f24813..0000000 --- a/help/en_US/sym_setVarLower.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - sym_setVarLower - Set lower bound of a variable - - - - Calling Sequence - sym_setVarLower(index,newBound) - - - - Description - - This function changes the lower bound of a variable to a new value - - - - - Arguments - - - - index - Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem - - - newBound - The new lower bound for the variable - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setVarLower(2,-%inf) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setVarSoln.xml b/help/en_US/sym_setVarSoln.xml deleted file mode 100644 index 5fe6f3c..0000000 --- a/help/en_US/sym_setVarSoln.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - sym_setVarSoln - Set a solution for the problem - - - - Calling Sequence - sym_setVarSoln(solution) - - - - Description - - Sets a known solution for the problem. - This function fails if the solution entered does not satisfy all bounds or is worse than another currently known solution. - - - - - Arguments - - - - solution - Matrix containing solutions for the variables (must have size 1 row and number of columns equal to number of variables) - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setVarSoln([1,2,3.2,4]) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_setVarUpper.xml b/help/en_US/sym_setVarUpper.xml deleted file mode 100644 index 286c45f..0000000 --- a/help/en_US/sym_setVarUpper.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - sym_setVarUpper - Set upper bound of a variable - - - - Calling Sequence - sym_setVarUpper(index,newBound) - - - - Description - - This function changes the upper bound of a variable to a new value - - - - - Arguments - - - - index - Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem - - - newBound - The new upper bound for the variable - - - - - - - Return value - - Returns 0 - - - - - Examples - - sym_setVarUpper(2,100) - - - - - Authors - - - Keyur Joshi - - - - - diff --git a/help/en_US/sym_solve.xml b/help/en_US/sym_solve.xml deleted file mode 100644 index 587b26a..0000000 --- a/help/en_US/sym_solve.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - sym_solve - To solve the currently loaded MILP problem from scratch. - - - - Calling Sequence - sym_solve() - - - - Description - - This routine solves the currently loaded MILP problem from scratch. - It prints status of the problem solver to scilab console. - - - - - Arguments - - This function takes no arguments - - - - - Return value - - It returns 1 if it receives any return-value indicating an error message or 0 if it receives any return-value indicating a non-error message. - - - - - Examples - - status=sym_solve() - - - - - Authors - - - Sai Kiran Naragam - - - - - diff --git a/help/en_US/symphony_mat.xml b/help/en_US/symphony_mat.xml index f9685f2..ef379a1 100644 --- a/help/en_US/symphony_mat.xml +++ b/help/en_US/symphony_mat.xml @@ -17,7 +17,7 @@ symphony_mat - Solves a mixed integer linear programming constrained optimization problem. + Solves a mixed integer linear programming constrained optimization problem in intlinprog format. diff --git a/jar/scilab_en_US_help.jar b/jar/scilab_en_US_help.jar index e64bbc7..328c4a0 100644 Binary files a/jar/scilab_en_US_help.jar and b/jar/scilab_en_US_help.jar differ diff --git a/macros/setOptions.bin b/macros/setOptions.bin index c0bb197..c5a69df 100644 Binary files a/macros/setOptions.bin and b/macros/setOptions.bin differ diff --git a/macros/setOptions.sci b/macros/setOptions.sci index 4fe4ac1..138e577 100644 --- a/macros/setOptions.sci +++ b/macros/setOptions.sci @@ -9,9 +9,9 @@ // are also available at // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt -function setOptions(varagin) +function setOptions(varargin) - options = varagin(1); + options = varargin(1); nbOpt = size(options,2); value = strtod(options) diff --git a/macros/symphony_call.bin b/macros/symphony_call.bin index 49ff7cb..7fecd8b 100644 Binary files a/macros/symphony_call.bin and b/macros/symphony_call.bin differ diff --git a/macros/symphony_call.sci b/macros/symphony_call.sci index 36abafc..38b6051 100644 --- a/macros/symphony_call.sci +++ b/macros/symphony_call.sci @@ -14,6 +14,9 @@ function [xopt,fopt,iter] = symphony_call(nbVar,nbCon,objCoef,isInt,LB,UB,conMat //Opening Symphony environment sym_open(); + //Setting Options for the Symphpony + setOptions(options); + //Choosing to launch basic or advanced version if(~issparse(conMatrix)) then sym_loadProblemBasic(nbVar,nbCon,LB,UB,objCoef,isInt,objSense,conMatrix,conLB,conUB); @@ -24,9 +27,6 @@ function [xopt,fopt,iter] = symphony_call(nbVar,nbCon,objCoef,isInt,LB,UB,conMat end - //Setting Options for the Symphpony - setOptions(options); - op = sym_solve(); xopt = []; @@ -41,7 +41,7 @@ function [xopt,fopt,iter] = symphony_call(nbVar,nbCon,objCoef,isInt,LB,UB,conMat end status = sym_getStatus(); - + // //Closing Symphony Environment // sym_close(); diff --git a/macros/symphony_mat.bin b/macros/symphony_mat.bin index 21ebf8c..56e69e8 100644 Binary files a/macros/symphony_mat.bin and b/macros/symphony_mat.bin differ diff --git a/macros/symphony_mat.sci b/macros/symphony_mat.sci index a0fa895..747edff 100644 --- a/macros/symphony_mat.sci +++ b/macros/symphony_mat.sci @@ -10,7 +10,7 @@ // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt function [xopt,fopt,iter] = symphony_mat (varargin) - // Solves a mixed integer linear programming constrained optimization problem. + // Solves a mixed integer linear programming constrained optimization problem in intlinprog format. // // Calling Sequence // xopt = symphony_mat(f,intcon,A,b) -- cgit