如何使用 C++ 在 Concert 技术中使用 MPS 文件

How can I use MPS files in Concert technology using C++

我想 运行 一些使用 CPLEX 的 MPS 文件的基准测试。有什么方法可以在 CPLEX Concert 技术中使用 C++ 使用 MPS 文件吗?

IloCplexclass中使用importModel:

public void importModel(IloModel & m, const char * filename) const