Jizhou Lu
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by Jizhou Lu-
What is the most efficient way to generate a random solution from all possible solutions that comply with some constraints in a MIP?
Awaiting user inputHello, I am not very familiar with MIP and LP. I want to have a random sample from all possible solutions that satisfy some linear constraints. There is an example code using JuMP from Julia: using...
-
How does 'PoolSearchMode=1' works in a MIP problem? (using JuMP from Julia)
AnsweredAs mentioned, I want to find all possible solutions that satisfy some linear constraints. More specifically, I want to get a random choice in all these solutions. I then found that setting a `PoolS...