
Yiran Wang
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Yiran Wang-
I hope you don't mind me adding some more details to the question I asked earlier. The specific situation I've encountered is as follows: When I run the code to solve the same model without maki...
-
Thank you, Maliheh. I'm glad to receive your message. Yes, I am running Gurobi via Python. The model has been written the model into an MPS file and run by reading it from the MPS file. But the pro...
-
Thank you, sir. The problem is, I have to keep the bounds in variable definitions, and I want to find a way that I don't have to use m.RC for adjustments. Any solutions?
-
Hello sir, I hope you don't mind me adding some more details to the question I asked earlier. I followed your advice and used .RC to get the reduced cost for each variable. I noticed that the VBas...
-
Thank you, Riley. I have a further question. When there are degenerate bounds, is there a way to reflect the values of m.RC into m.Pi so that I don't have to use m.RC for adjustments and can just u...