
Alex Ginete
-
Gurobi Staff
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Alex Gineteさんの最近のアクティビティ-
Alex Gineteさんがコメントを作成しました:
Hi Hancheng, Since you are using Instant Cloud, can you provide me the Job ID so I can check the logs? Regards,Alex
-
Alex Gineteさんがコメントを作成しました:
Hi Hancheng, You can implement a retry mechanism using a try-except block. Something like: try: model.optimize()except gp.GurobiError as e: error_message = str(e) if "status 502" in error_...