
Han Shih
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by Han Shih-
Hi Eli, Thank you very much. It works! Best Robert
-
Dear Eli, Thank you for your reply. Best Han
-
Dear Eli, I check my code regarding matrix output in excel. Can you halp me? The codes I have as below: m.addConstrs(( EACHDAYSCEN[TT,KK] == EACHDAYSCENCOST[TT,KK] for TT in set_T ...
-
Dear Thomas, I think my code in Gurobi cause problems but not sure why? I have codes as below: DeltaA, DeltaB are binary variables. MM is big number A <= MM * DeltaA B < = MM * DeltaB If MM= 99999...
-
Dear Thomas, I think my code in Gurobi cause problems but not sure why? I have codes as below: DeltaA, DeltaB are binary variables. MM is big number A <= MM DeltaA B < = MM * DeltaB If MM= 99999999...
-
Dear Eli, Thank you for your help. I will try your codes to see how it works. Again, thank you Robert
-
Dear Thomas, Thank you so much for your reply. I feel that the Binary Variable Processing in Gurobi is not working. For example as below: My model gets the output of selection of falicity A is 9.7...
-
Dear Eli, Thank you so much for your help. It works and save me a lot of time to manipulate the data. Can I ask you one more question? Can you write output to a matrix form? For example: ...
-
Thanks for the replies: so the outpout 9.70E-12 is 0 or 1 assuming the default value of IntFeasTol is 1e-5? Thanks Robert
-
Hi Silke, Thank you for your help. I got it working to print a variable value. Robert