Originally posted by: SystemAdmin
I guess with "Cplex datatype, variable (tuples, arrays, sets, etc)" you mean "OPL datatype, variable (tuples, arrays, sets, etc)"?
Some of the OPL examples in the distribution correspond to Concert examples,
for example
opl/examples/opl/blending <-> cplex/examples/src/java/Blend.java
opl/examples/opl/foodmanufact <-> cplex/examples/src/java/FoodManufact.java
opl/examples/opl/warehouse <-> cplex/examples/src/java/Warehouse.java
Just look for files with similar names in the example directories.
#CPLEXOptimizers#DecisionOptimization