Jozsef Janosik
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Jozsef Janosikによる最近のアクティビティ-
logfile error
Hi if i run an optimization 2 times, second time get a similar message: logfile: cannot access file because another process uses it what should i do? how can i close logfile or env? some part of my...
-
model.addConstr() does not work?
回答済みHii does anybody know why this code gives Error code = 20001Not in the model message ? GRBVar v1, v2; v1 = model.addVar(-10, 10, 0, GRB_CONTINUOUS);model.addGenConstrAbs(v2, v1);