ILOG CPLEX .NET Reference Manual

Cplex.RegisterLicense Method 

Passes memory-based information to the ILOG License Manager.

public static void RegisterLicense(
   string ilm_CPLEX_license,
   int ilm_CPLEX_license_signature
);

Parameters

ilm_CPLEX_license
A string containing the RUNTIME key, which is obtained from ILOG.
ilm_CPLEX_license_signature
An integer associated with the RUNTIME key, obtained from ILOG with the key.

Remarks

The registerLicense method passes memory-based information to the ILOG License Manager embedded inside the class Cplex.

Throws ILOG.Concert.Exception if there is invalid information in the license key passed into the routine.

See Also

Cplex Class | ILOG.CPLEX Namespace