mpoption_info_intlinprog

mpoption_info_intlinprog(selector)

mpoption_info_intlinprog() - Returns MATPOWER option info for INTLINPROG.

DEFAULT_OPTS = MPOPTION_INFO_INTLINPROG('D')
VALID_OPTS   = MPOPTION_INFO_INTLINPROG('V')
EXCEPTIONS   = MPOPTION_INFO_INTLINPROG('E')

Returns a structure for INTLINPROG options for MATPOWER containing ...
(1) default options,
(2) valid options, or
(3) NESTED_STRUCT_COPY exceptions for setting options
... depending on the value of the input argument.

This function is used by MPOPTION to set default options, check validity
of option names or modify option setting/copying behavior for this
subset of optional MATPOWER options.

See also mpoption().