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