Qu Shiyuan
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Qu Shiyuan-
How to get gurobi.model from the model described by cvxpy?
AnsweredI would like to transfer a micp problem modeled by CVXPY to GUROBI model, how can I achieve this?
-
How to get the total coeff matrix of MILP model
AnsweredI 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...
-
How to express two LinExpr in equivalence in one constraint
AnsweredI 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...