Laynufar Silsilia
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
Comments
Recent activity by Laynufar Silsilia-
okey, but thank you for your response.
-
Halo, Thank you in advance for your response, is it like this? ###A = (sum(sum(x[n,d,1]) ** 2) / (17) for n in range(5,N) for d in range (D))B = (sum(sum(x[n,d,1]) / (17) ** 2) for n in range(5,N)...
-
halo! Now, i have the same problem. What is causing the error? thanks! File d:\pemograman\iis.py:39 m.setObjective(((sum(sum(x[n,d,1]) ** 2) / (17) for n in range(5,N) for d in range (D)) - (s...
-
If I move the code above, the results appear TypeError: unsupported operand type(s) for -: 'bool' and 'NoneType'