Originally posted by: mathygirl
Yes, I think that's exactly what I'm going to do. But I would still like to know the following:
if I'm importing an lp file with the following commands
IloCplex cplex = new IloCplex();
cplex.importModel("lpfile.lp");
IloLPMatrix lp = (IloLPMatrix)cplex.LPMatrixIterator().next();
...
do I get the same functionality for my cplex object from oplall.jar as from cplex.jar?
#DecisionOptimization#OPLusingCPLEXOptimizer