<< sym_isIterLimitReached Symphony Native Functions sym_isTargetGapAchieved >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isOptimal

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


Report an issue
<< sym_isIterLimitReached Symphony Native Functions sym_isTargetGapAchieved >>