-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault on ctrl-c #52
Comments
No clue here, @joehuchette? |
If Gurobi has an analogue to (Related: https://groups.google.com/forum/#!topic/gurobi/n0CNeAe91VU) |
Cool thanks, I'll have a crack at it. |
I'm guessing it'll be even easier than what I had to do in CPLEX, since you can just call |
I copied in the same macro and changed it to use Change here, not that it's more than a copy/paste... 16c3f71 |
@mlubin You were right, what I have works fine as is on Ubuntu so it must be an OS X problem |
Is it possible to give Gurobi the same magic as jump-dev/CPLEX.jl#45 so that it doesn't segfault on ctrl-c? I'm happy to have a go if needed, but it might be easier for someone that understands the internals better than I do.
Related, I've been working with a model given to me that uses gurobipy, and on that, ctrl-c interrupts the solve and returns the current incumbent. I'm not sure if that would fall out here as a consequence, but it would be pretty cool if it worked!
The text was updated successfully, but these errors were encountered: