
Zhongkui Ma
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Activity overview
Latest activity by Zhongkui Ma-
Zhongkui Ma commented,
Thank you very much for the answer, I'm using Python. I think I have figured out this question.
-
Zhongkui Ma created a post,
How to use CALLBACK to terminate model early?
AnsweredI'm confused about the following parameters about simplex alg. SPX_PRIMINF SIMPLEX double Current primal infeasibility. SPX_DUALINF SIMPLEX double Current dual infeasibility. I'd like t...
-
Zhongkui Ma created a post,
What does status 11 INTERRUPTED mean?
Awaiting user inputHi, I'm not very understand the model status INTERRUPTED. I have many models and some of them will have a status of 11. The documentation tells me that "Optimization was terminated by the user". Ho...
-
Zhongkui Ma created a post,
After using .feasRelax(), what should I do?
AnsweredFor example I have the following linear programming problem with an infeasible area. Then I use m.feasRelax() to get a new model with some new variables. But the original objective also changed to ...