From f9afc284ce324fa3c13606ad90895beec507c249 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 27 Aug 2015 02:32:30 +0530 Subject: Master File --- .../scilab_en_US_help/sym_isIterLimitReached.html | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/sym_isIterLimitReached.html (limited to 'help/en_US/scilab_en_US_help/sym_isIterLimitReached.html') diff --git a/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html b/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html new file mode 100644 index 0000000..cebfaa2 --- /dev/null +++ b/help/en_US/scilab_en_US_help/sym_isIterLimitReached.html @@ -0,0 +1,84 @@ + + + sym_isIterLimitReached + + + +
+ + + + +
+ << sym_isInteger + + + Symphony Toolbox + + + sym_isOptimal >> + +
+
+
+ + + + Symphony Toolbox >> Symphony Toolbox > sym_isIterLimitReached + +

+

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

+ +
+
+ +
+ + + + + + +
Report an issue
+ << sym_isInteger + + + Symphony Toolbox + + + sym_isOptimal >> + +
+
+
+ + -- cgit