Zhongkui Ma
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
アクティビティの概要
Zhongkui Maさんの最近のアクティビティ-
Zhongkui Maさんがコメントを作成しました:
Thank you very much for the answer, I'm using Python. I think I have figured out this question.
-
Zhongkui Maさんが投稿を作成しました:
How to use CALLBACK to terminate model early?
回答済みI'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さんが投稿を作成しました:
What does status 11 INTERRUPTED mean?
ユーザーの入力を待っています。Hi, 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さんが投稿を作成しました:
After using .feasRelax(), what should I do?
回答済みFor 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 ...