1

I am starting to work with CPLEX Optimization Studio, and I am wondering if there are any quick start guides, hello world examples, etc. Some things I would like to be able to do include loading and running a simple LP or ILP through the Optimization Studio, interacting with AMPL model and data files, and integrating CPLEX into C++ or Java code...

4

2 回答 2

0

正如@TimChippingtonDerrick 所提到的,CPLEX Studio 包括文档和示例。但是,AFAIK 没有提供任何特殊的设施来处理 AMPL 模型和数据。对于这些,您可能想尝试AMPL IDE

于 2013-11-02T22:40:21.763 回答
0

首先要看的是安装 CPLEX studio 时附带的示例。在我的 Windows 7 PC 上,CPLEX 示例位于:

C:\Program Files (x86)\IBM\ILOG\CPLEX_Studio1251\cplex\examples

而 OPL 示例位于:

C:\Program Files (x86)\IBM\ILOG\CPLEX_Studio1251\opl\examples\opl

那里有很多示例,尤其是 CPLEX 示例,包括您在 C++、Java、C# 等中寻找的内容......

于 2013-11-02T20:59:09.373 回答