sym_getConstrLower
To get the lower bounds of the constraints.
Calling Sequence
sym_getConstrLower()
Description
This routine is used to get lower bounds of constraints.
If there was an error it prints to Scilab console.
Arguments
This function takes no arguments
Return value
It returns a column vector of lower bounds of constraints.
Examples
ans=sym_getConstrLower()
Authors
Sai Kiran Naragam