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) パラメーターを操作します。
これらはメモリ管理に大きな影響を与えます。