Originally posted by: dorien
I have the same problem.
iostream.h is a fairly standard c++ library. Only, the iostream.h declaration is depreciated. Now you should use "iostream" (without the .h). However, if I remove the .h from the cplex files, I get a bunch of errors and the following warning:
/usr/include/c++/4.5/backward/backward_warning.h:28: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
What does this mean I shoud do?
Where you able to solve this?
#CPLEXOptimizers#DecisionOptimization