Wrapper for CUTEr problems (PyOPUS subsystem name: CUTER)
This is a CPI interface to CUTEr. You nedd to have CUTEr installed. See the cutermgr module for more information.
This module is independent of PyOPUS, meaning that it can be taken as is and used as a module in some other package. It depends only on the cpi, the cutermgr, and the cuteritf modules.
A wrapper class for accessing CUTEr problems.
cachedName must not contain dots because it is a part of a Python module name.
The actual compiled problem module is in the mod attribute. See the cutermgr module on how to compile and import a CUTEr problem without using this wrapper.
Returns the common problem interface.
Best known minimum information is not available.
The info member of the returned dictionary is itself a dictionary with the following members:
An additional member is available named module. It is a reference to the imported CUTEr problem module.
See the CPI class for more information.