From d5a0869a7d1482b67f3fd42805948ee30a05eb1e Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 4 Feb 2016 15:36:02 +0530 Subject: Source files --- help/en_US/scilab_en_US_help/sym_getStatus.html | 83 ------------------------- 1 file changed, 83 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sym_getStatus.html (limited to 'help/en_US/scilab_en_US_help/sym_getStatus.html') diff --git a/help/en_US/scilab_en_US_help/sym_getStatus.html b/help/en_US/scilab_en_US_help/sym_getStatus.html deleted file mode 100644 index 8880566..0000000 --- a/help/en_US/scilab_en_US_help/sym_getStatus.html +++ /dev/null @@ -1,83 +0,0 @@ - - - sym_getStatus - - - -
- - - - -
- << sym_getRhs - - - Symphony Native Functions - - - sym_getStrParam >> - -
-
-
- - - - FOSSEE Optimization Toolbox >> FOSSEE Optimization Toolbox > Symphony Native Functions > sym_getStatus - -

-

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

- -
-
- -
- - - - - - -
Report an issue
- << sym_getRhs - - - Symphony Native Functions - - - sym_getStrParam >> - -
-
-
- - -- cgit