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.
JAVA の ILOG CPLEX を使用しており、0.0% を完了するのに約 3 日かかる整数最適化問題を実行しています。特定の制限時間後にプログラムを終了し、残りの制限に対する解決策を取得する必要があります。誰でもその方法を教えてもらえますか?
前もって感謝します。
TiLim パラメータを指定して CPLEX を実行する必要があります。
cplex.setParam(IloCplex.DoubleParam.TiLim, your_time_in_seconds)