sym_getIterCount
To get the number of the analyzed nodes of the branching tree after solving the problem.
Calling Sequence
sym_getIterCount()
Description
This routine is used to get the number of the analyzed nodes of the branching tree after solving the problem.
If there was an error it prints to Scilab console.
Arguments
This function takes no arguments
Return value
It returns iteration count.
Examples
ans=sym_getIterCount()
Authors
Sai Kiran Naragam