小编Sha*_*hab的帖子

错误:iostream.h由于包含cplex

我试图在Ubuntu 12.04中的eclipse中使用cplex但是当我包含ilocplex.h时我收到以下错误

/opt/ibm/ILOG/CPLEX_Studio124/concert/include/ilconcert/ilosys.h:360:22: fatal error: iostream.h: No such file or directory
Run Code Online (Sandbox Code Playgroud)

仅有的两个包括如下:

#include <ilcplex/ilocplex.h>
#include <iostream>
Run Code Online (Sandbox Code Playgroud)

如果有人能帮助我,我将不胜感激.

c++ eclipse linear-programming cplex ubuntu-12.04

5
推荐指数
1
解决办法
2555
查看次数

标签 统计

c++ ×1

cplex ×1

eclipse ×1

linear-programming ×1

ubuntu-12.04 ×1