Viewing the matrix
After defining the problem the matrix can be output to a file, to examine off line.
- Specify LP format for constraint oriented file:
-
exportprob(EP_MIN, "explout", MinCost)
- Useful Optimizer control settings:
-
setparam('XPRS_VERBOSE', true) setparam('XPRS_LOADNAMES', true)