Yakun Wang
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Yakun Wangによる最近のアクティビティ-
Unable to retrieve solution after solving LP with PDHG (alpha version)
回答済みI'm trying to solve an LP with PDHG on GPU with crossover turned off. After solving, the status is suboptimal (make sense as I solve it with large tolerance 1e-4), but I cannot retrieve this subopt...
-
How to implement general nonlinear objective function?
回答済みI think the version 11 can handle general MINLP now? But I'm not clear how to implement the following objective function in C++ API (Model.addGenConstrPoly() seems not suitable in this case): 60...
-
Simplex method does not stop at optimal solution.
回答済みI'm solving a large-scale LP problem, and I use the known optimal solution as warm start of primal simplex method. (using PStart attribute, as I am unable to provide feasible primal and dual basis)...