I am trying to use cplex in eclipse in Ubuntu 12.04 but when I include ilocplex.h I get the following error
/opt/ibm/ILOG/CPLEX_Studio124/concert/include/ilconcert/ilosys.h:360:22: fatal error: iostream.h: No such file or directory
The only two includes are written as follows:
#include <ilcplex/ilocplex.h>
#include <iostream>
I would appreciate if anyone could help me with this.
See Question&Answers more detail:os