<< sym_isEnvActive Symphony Native Functions sym_isInteger >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_isInfeasible

sym_isInfeasible

To check whether the problem was proven to be infeasible.

Calling Sequence

sym_isInfeasible()

Description

This post-solution query routine is used to learn whether the problem was proven to be infeasible.

It prints whether or not the problem was proven to be infeasible to scilab console.

Arguments

This function takes no arguments

Return value

It returns 1 if the problem was solved proven to be infeasible or 0 if it was not proven to be infeasible or -1 if there was an error.

Examples

status=sym_isInfeasible()

Authors


Report an issue
<< sym_isEnvActive Symphony Native Functions sym_isInteger >>