a simple demo of using cplex callable library for C/C++.
Be attention that you should configure Visual Studio for your toolchain and cmake if you use the CLion in the Windows environment because that cplex C++ callable library works for MSVC compiler while not for MinGW and CygWin (always find some bugs for MinGW and CygWin).
For a simple use, you can just modify the project name
- 下载安装 IBM cplex
- 下载安装clion
- 按照readme.md中的图片配置clion
- 运行成功!