
RUNQIU Hu
PhD Student in Transportation Optimization
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 6
コメント
RUNQIU Huによる最近のアクティビティ-
Hello Marika, Thank you for your response. I am not sure whether I follow your idea here, here is my modification: In the non-callback function, set no time limit and call optimize with the callba...
-
I'll summarize the steps below of my method on saving the model and read solutions directly without taking long time to run again. 1. create a model m 2. add variables, set objectives and constrain...
-
Hello, Shukla, Actually, you just have to call m.optimize() after m.read(). I tested your code, and can obtain the result now. Sorry for my misleading in the previous post on "removing the model.op...
-
Hello Michael, I received an email notification and saw you mentioned my post for a similar question before. Actually, after my attempt later, I found that even only reading the result value from a...
-
Thanks Matthias. Actually, I've tried using the SOL file with codes in another post. gv = m.getVars() names = m.getAttr('VarName', gv) for i in range(m.SolCount): m.params.SolutionNumber = i ...