Yifeng Mao
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Yifeng Mao-
Yifeng Mao created a post,
Academic WLS license session error
AnsweredHi Gurobi team, I am facing a session error when using my academic WLS license on the high performance computing cluster of my university. The error showed: with gp.Model() as model: File "src...
-
Yifeng Mao commented,
Hi Ryuta, Thanks for your prompt reply. Your solution works well on this simple toy case. What I am trying to solve is a more complex MIP problem with initialization of several unknown variables...
-
Yifeng Mao created a post,
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...
-
Yifeng Mao commented,
Hi Riley, Thanks for your prompt reply. I think evaluating the SQL queries in a database could be regarded as solving constraint satisfaction problem. The entry values in the database are se...
-
Yifeng Mao created a post,
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...
-
Yifeng Mao created a post,
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...
-
Yifeng Mao commented,
Hi David, Thanks for the previous help. I think I met another problem on the precision of GRB.BINARY variables. Here the binary variables are showing values like 0.9999999999999999978 and 1....
-
Yifeng Mao commented,
Hi David, First, I want to thank you for the reply! However, the method you mentioned didn't work. I want to assign value to a tabular consisting of 5 rows and 5 columns (column name A, B, C...
-
Yifeng Mao commented,
Hi David,I slightly change the number of variables and the number of constraints in my latest experiments.Here is the log from Gurobi solver:Could you take a look?Thank you very much for your help!...
-
Yifeng Mao commented,
Hi David, Thanks for the prompt reply. I already set up PoolSolution to 1000 (this is large enough) and PoolSearchMode to 2, but the solver only returns one feasible solution. I should explai...