
peilin chan
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by peilin chan-
Does more threads mean quicker?
Awaiting user inputHi, I want to find a good-quality feasible solution as quick as possible, and do not care about the lower bound. so I have this setting: model.Params.Cuts = 0model.Params.MIPFocus = 1model.Params.R...
-
add constraints in callback
AnsweredHi, I want to add some constraints in callback. When a better incumbent is found, that means some variable can be excluded(set to 0) because they can not be included in a better solution. How can i...