Laynufar Silsilia
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 4
投稿
Laynufar Silsiliaによる最近のアクティビティ-
How to write sum starting from 5
回答済みI have data on the number of nurses 21, but the used in the equation starts from nurse 5, with n = 1,2,3,...,N and the sequence 1,2,3,4 is the senior nurse (T). If i=N-T then written in programming...
-
ValueError: Expected 1D or 2D array, got 3D array instead
ユーザーの入力を待っています。Halo, It's the first time I encounter this problem. I saw in other topic that is not scarce, but in fact i don't understand where to reshape the data in my code. File ~\anaconda3\envs\python_38_e...
-
KeyError: (0, 0)
ユーザーの入力を待っています。Hai, I get the following error: KeyError: (0, 0) I think this is because of these codes; shift [n,d] = x[n,d].X # Solutionshift = np.zeros((N,S)) for n in range (N): for s in range (S): ...
-
TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
ユーザーの入力を待っています。Hi, I get the following error; TypeError: unsupported operand type(s) for -: 'int' and 'NoneType' I think this is because of these codes; m.addConstr(sum(p[n,s] <= 21 for n in range (N) for s in ra...