Yifeng Mao
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Votes on activity by Yifeng Mao-
How to find a feasible solution that are most close to given starting values
AnsweredHi there, I am running the following piece of code. In the code, I already initialized the two variables, and the objective function was set as 0. What I expect is the solver outputting two initial...
-
How to describe SQL IN statement using Gurobi constraints
AnsweredHello, I am wondering how to use constraint to efficiently describe the IN statement of the SQL query.For example, could you give me the gurobi constraint that describes the SQL query of SELECT COU...
-
How many digits that gurobi continuous variable uses?
AnsweredHi Gurobi community, I saw Gurobi.INTEGER is taking 32 bits to represent the value of variable. Thus, I am asking for the number of digits that a Gurobi.CONTINUOUS variable will take to represen...
-
Failed to find feasible solutions on super-undertermined problems
AnsweredHello Gurobi community, I met a problem on finding the feasible solutions to super under-determined problems.I am trying to find 10 feasible solutions to the problem containing 25 unknowns limited ...
-
Get multiple solutions
AnsweredHey we are using Gurobi to solve IP/MIP problems with trivial objective function and a number of constraints.We want to check whether the Gurobi API exists for the following scenarios:A) Validate a...