Margi Shah
- Total activity 179
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by Margi Shah-
Hi Jaromił Najman,Does that mean If I define SoC as a variable, I don't require to define BatteryPower as a variable?
-
Hi Jaromił Najman, Thats correct. I understand but then how it is possible to calculate BatteryPower necessary for the objective function? Regards,Margi
-
Hi Jaromił Najman,Actually the variable is the BatteryPower and SoC is calculated from it. SoC calculation: if t == 1: SoC = initial_SoC(at t=0) + (BatteryPower * ch_eff) / e_b_cap else: ...
-
Hi Jaromił Najman,I am trying to reformulate the optimisation problem. Objective function: for res in res_list4: for t in time1: # add constr aux = EnergyResouce - E steel.addCons...
-
Hi Jaromił Najman,Thanks for your comment.I was solving a MILP problem and I see the message below.Does that interpret there is a error in the model? Set parameter UsernameAcademic license - for no...
-
Hi Jaromił Najman,As per your last comment,I tried to check the number of constraints and variables: numconstraints = steel.NumConstrs # number of constraintsprint(numconstraints)numbinvars = stee...
-
Thanks Jaromił Najman :)
-
Hi Jaromił Najman, Is there a way to access the number of binary and continuous variables present in the model? I am aware of how I can access the constraints, like below: x=steel.NumConstrs I am n...
-
Hi Jaromił Najman, Thank you for letting me know about this. I was just wondering if optimization programs can use the GPU? def buildModel(): ############################################ pr...
-
Hi Jaromił Najman, When I run the MILP, sometimes it shows like below :See the warning.Does it mean anything with the optimal result ? 56332 15177 100409.197 75 753 100424.350 100348.931 0.08%...