Hongyu Zhang
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Hongyu Zhang-
Hongyu Zhang created a post,
Getting "DUAL_INFEASIBLE" when solving a very simple linear programming problem.
AnsweredHello! I am solving a simple LP problem with dual simplex and presolve. I get the model is unbounded but I couldn't see why such a model is unbounded, can it relates to numerical issues? Please hel...
-
Hongyu Zhang commented,
Hi David, Thanks for your answers. The problem attached is a smaller example, but the real problem I am going to solve is a scale-up version of this problem, so I do need to use barrier to yield be...
-
Hongyu Zhang created a post,
Why Barrier report numerical trouble encountered even the ranges are not large?
OngoingHello! I am using Barrier with persovle on to solve an LP. So I rescaled the model to make the matrix and objective range relatively small. And this model is solved with dual simplex without an iss...
-
Hongyu Zhang commented,
Hi Jaromił, Thanks very much for your answer. It confirms what we have been thinking. But I have two follow-up questions hope you could answer. 1. What will Gurobi do if we set "min 0" as a fake ...
-
Hongyu Zhang created a post,
How Gurobi solves a optimisation problem that doesn't have an objective?
AnsweredHello! I am solving an LP optimisation problem and wondering how Gurobi solves a problem without an objective? For example, an LP problem with some inequality constraints and some equality constra...
-
Hongyu Zhang commented,
Hi Simon, Thanks for your reply. I mean to extract all coefficients of all constraints into a dense or sparse array. Kind regards, Hongyu.
-
Hongyu Zhang created a post,
Retrieve constraints matrix from Gurobi or MOI or JuMP in Julia
AnsweredHello! I want to retrieve an LP model in matrix form from Gurobi. I am using package JuMP in Julia. I can print all the constraints using MathOptInterface but not in matrix form. I have no idea h...