<< sym_isInteger Symphony Native Functions sym_isOptimal >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > 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 Native Functions sym_isOptimal >>