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

  • Sai Kiran Naragam