sym_isOptimal To check whether the problem was solved to optimality. Calling Sequence sym_isOptimal() Description This post-solution query routine is used to learn whether the problem was solved to optimality. It prints whether or not the problem was solved to optimality to scilab console. Arguments This function takes no arguments Return value It returns 1 if the problem was solved to optimality or 0 if it was not solved to optimality or -1 if there was an error. Examples status=sym_isOptimal() Authors Sai Kiran Naragam