sym_getObjVal
Get the optimized objective value
Calling Sequence
sym_getObjVal()
Description
Get the optimized objective value after after solving the problem.
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 the optimized objective value
Examples
sym_getObjVal()
Authors
Keyur Joshi