ILOG CPLEX 11.0 User's Manual > Programming Considerations > Licensing an Application > Examples > The Putenv Method for .NET Users |
The Putenv Method for .NET Users |
INDEX PREVIOUS NEXT |
Here is an example using Concert Technology for .NET users:
Cplex.Putenv("ILOG_LICENSE_FILE=../../../certify/access.e.ilm"); try { cplex = new Cplex(); } catch (ILOG.Concert.Exception e) { System.Console.WriteLine("Concert exception caught: " + e); } |
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |