sym_getConstrActivity
Get the activity of the constraints in the solution
Calling Sequence
sym_getConstrActivity()
Description
Get the activity of the constraints in the solution.
This function may fail if the problem has not been solved already. Use sym_solve() in this case.
Arguments
This function takes no arguments
Return value
Returns a matrix with 1 column and number of rows equal to number of constraints, that represents the activities of those constraints
Examples
sym_getConstrActivity()
Authors
Keyur Joshi