I am using Java to solve a series of problems with Cplex. My main goad is to optimise different stances of a model with modified variables and constraints ( and no, I can't modify the main model every time). To do so, I want to use IloEnv, but, this command:
IloEnv env;
is not recognised by Cplex. It gives me the "IloEnv cannot be resolved to a type" error.
Any idea?
See Question&Answers more detail:os