Error Messages/40560
Error message examples
The value "AvailEngine" is not an item name recognized by OptInfo. The value "AvailEngine" is not an item name recognized by OptEngineInfo. The value "AvailEngine" is not an item name recognized by SolverInfo.
Cause
The parameter supplied to OptInfo, OptEngineInfo or SolverInfo was not recognized. You could have made a typo on the parameter supplied to the function.
Note: The SolverInfo function is now obsolete, but still present for backward compatibility. You should now be using OptInfo to get information about a problem instance, or OptEngineInfo to get information about the capabilities of a solver engine. See the Wiki pages on those functions for listings of the allowed item names.
Remedies
Correct the item parameter passed to the function OptInfo, OptEngineInfo or the older (now obsolete) SolverInfo.
See Also
Comments
Enable comment auto-refresher