Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的 .mod 文件导出到 .lp 文件,以便在 java 程序中使用它。我有一个额外的 .dat 文件,其中包含 .mod 文件中变量的声明。
如果我现在想用 opl 导出模型:
oplrun -e planung.lp planung.mod
它给了我错误,即 .mod 文件中的变量未定义。因此,opl 似乎无法找到我的 .dat 文件,但它与 .mod 文件位于同一目录中。
您还必须在命令行中指定数据文件,例如:
oplrun -e planung.lp planung.mod planung.dat