The cplex uses environment object which is responsible for checking the proper license usage. This class provides a simple interface for share the environment object between different problems.
#include <lemon/cplex.h>
Classes | |
class | LicenseError |
This exception is thrown when the license check is not sufficient. More... | |
Public Member Functions | |
CplexEnv () | |
Constructor. | |
CplexEnv (const CplexEnv &) | |
Shallow copy constructor. | |
CplexEnv & | operator= (const CplexEnv &) |
Shallow assignement. | |
virtual | ~CplexEnv () |
Destructor. | |