
Jolly Ehiabhi
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Jolly Ehiabhiさんの最近のアクティビティ-
Jolly Ehiabhiさんがコメントを作成しました:
Thank you Eli and Gwyneth. The code is now running with no error. Jolly
-
Jolly Ehiabhiさんがコメントを作成しました:
Hi Eli, Thank you for all the help, I made updates to the model but I am still getting errors. I have tried checking online on how to fix the problem. I am not getting any good material to help fix...
-
Jolly Ehiabhiさんがコメントを作成しました:
These are the set of Constraints I am trying to code, Please I need help with this. this is how I coded them. I believe I am not coding it the right way. for i in K: for j in J: z....
-
Jolly Ehiabhiさんがコメントを作成しました:
Waoh. Thank you so much Eli. I will make the updates and rerun the model again.
-
Jolly Ehiabhiさんがコメントを作成しました:
from __future__ import divisionfrom gurobipy import *import random# Problem Input Size:workstation = 5ProcessingTime = 12Jobtype = 2JobScenario = 10#Input Data Preparationp_kj = {}q_ij = {}t_i = {}...
-
Jolly Ehiabhiさんが投稿を作成しました:
Error with setObjective
回答済みI am new to gurobi. On trying to code using gurobi on pycharm, I encountered an error on this line of my code. Model.setObjective(S, GRB.MINIMIZE). GurobiError: Unable to convert an argument to e...