Param Patel
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Param Patel-
Value Update after every iteration
Awaiting user inputHello Community, I am facing issues while updating the values of energy variable e1t after every iteration. Please refer to the following code and output, for i in range(len(v1_t)): for j...
-
initialization
OngoingHello, How can I assign a constant value to a variable at a particular timestep? i have a set {8,16,24,32}. I tried formulating it as a linear expression, (8b1+16b2+..), enforcing sum value as 1, ...