D
- 合計アクティビティ 48
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 6
- サブスクリプション 18
投稿
Dによる最近のアクティビティ-
deleting variables - example
ユーザーの入力を待っています。The example in the documentation that is used for deleting variables, doesn't make a lot of sense to me. What are we saving in error? Does it update the model automatically Example usage:int first...
-
Model infeasible but not sure why, formulation is sound
回答済みCould someone help me pinpoint the issue of the model with this error result: " Gurobi Optimizer version 9.0.3 build v9.0.3rc0 (win64) Optimize a model with 2922876 rows, 3868200 columns and 586115...
-
How to save model construction in a file to be able to update later
回答済みI want to save the model construction (constraints, objective function) in a file, because the model construction alone took 5 hours. However, the model is currently infeasible so it will require c...
-
Can we print constraints as they are added? Hows?
回答済みTrying to track why is the script taking too long, Anyone knows if we can print values while the model is building constructed.
-
model.setParam('TimeLimit', )doesn't seem to work.
回答済みmodel.setParam('TimeLimit', 2000) Should I switch to worklimit instead? the code is taking too long? How do I know if the code is actually stuck due to problems in constraints or the computation ti...