Qu Shiyuan
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Qu Shiyuanさんの最近のアクティビティ-
Qu Shiyuanさんが投稿を作成しました:
How to get gurobi.model from the model described by cvxpy?
回答済みI would like to transfer a micp problem modeled by CVXPY to GUROBI model, how can I achieve this?
-
Qu Shiyuanさんがコメントを作成しました:
I sincerely appreciate your genuine help and prompt response. The method you provided has significantly improved my work efficiency, and my questions have been thoroughly resolved.
-
Qu Shiyuanさんがコメントを作成しました:
Thx for your reply~ 1. I use python as my programming language. 2. I would better have the constraints coefficients, RHS and objective coefficients. 3. In short, it can be understood that I try to...
-
Qu Shiyuanさんが投稿を作成しました:
How to get the total coeff matrix of MILP model
回答済みI am working on research of ML4CO with gurobi optimizer and wish to utilize the coeff matrix as some kind of input of neural networks. If I have problems in format of problem.lp, after loading it i...
-
Qu Shiyuanさんがコメントを作成しました:
I need to check the feasibility of several solutions for different problems,then what can I do instead of carefully read the log?
-
Qu Shiyuanさんが投稿を作成しました:
How to express two LinExpr in equivalence in one constraint
回答済みI have an issue that I cannot generate a constraint which describe two LinExpr to be of equal value. The code as follow. There in the code, I would like to realize the constraints with the followin...