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.
我有一个使用 CPLEX 用 Java 编码的优化项目。当输入数据的大小增加时,出现内存不足错误等问题。如何使 CPLEX 使用磁盘并减少 CPLEX 的内存使用量?
使用 WorkMem (CPX_PARAM_WORKMEM)、NodeFileInd (CPX_PARAM_NODEFILEIND)、TreLim (CPX_PARAM_TRELIM) 和 WorkDir (CPX_PARAM_WORKDIR) 参数。
这些对内存管理有重大影响。