
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 for your help. It seems not easy to write the codes. I will give a try. Sincerely, Robert
-
Hell Eli, Can you please help me another question? I have a code as below: for v in m.getVars(): print('%s %g' % (v.varName, v.x)) The varName is 3 by 2 dimension, so x is 3 by 2 dimension to...
-
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: ...