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
Sai Kiran Naragam