<< sym_getMatrix Symphony Native Functions sym_getNumElements >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_getNumConstr

sym_getNumConstr

To get the number of the constraints of the current problem.

Calling Sequence

sym_getNumConstr()

Description

This routine is used to get the number of the constraints of the current problem.

Arguments

This function takes no arguments

Return value

If there was an error it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of constraints.

Examples

ans=sym_getNumConstr()

Authors


Report an issue
<< sym_getMatrix Symphony Native Functions sym_getNumElements >>