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