
Ru Xin Chua
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Ru Xin Chuaさんの最近のアクティビティ-
Ru Xin Chuaさんがコメントを作成しました:
This variable gives a datatype of datetime64[ns] arrival=np.array(data["Vessel Arrival Time"]) This variable gives a datatype of gurobi.var t=model.addVars(vessel_number,vtype=GRB.CONTINUOUS ,...
-
Ru Xin Chuaさんがコメントを作成しました:
variable t is tupledict while arrivaltime is timedate64. that is why subtraction not possible. any idea how to convert
-
Ru Xin Chuaさんが投稿を作成しました:
Error: ufunc 'subtract' cannot use operands with types dtype('<M8[ns]') and dtype('O')
回答済みI encountered this error while trying to solve a VRP. I am not very sure how to convert the date time and gurobi var such that they can subtract each other https://stackoverflow.com/questions/71385...