coin-or / Dip

DIP is a decomposition-based solver framework for mixed integer linear programs.
https://github.com/coin-or/Dip/wiki
Eclipse Public License 1.0
17 stars 7 forks source link

Support xpress #130

Closed spoorendonk closed 4 years ago

spoorendonk commented 4 years ago

Addressing #129

tkralphs commented 4 years ago

Oh, whoops, I just pushed a branch for this. Well, maybe you can look at what I have and see if there are any updates to this PR. Since it's labelled a work-in-progress, I assume it's not done yet. You probably want to add test support for Xpress. I just fixed what seemed to be a bug in the Makefile for the unit test that should now allow all solvers that are available to be tested, one by one. I had thought that was working before,

spoorendonk commented 4 years ago

https://github.com/coin-or/Osi/pull/141

spoorendonk commented 4 years ago

It fails the same test as https://github.com/coin-or/Dip/pull/120 both related to a SYMPHONY test?

tkralphs commented 4 years ago

Argh, I've been trying to replicate that failure and haven't been able to. Yeah, seems to be a SYMPHONY thing, likely to some kind of memory corruption, since it fails kind of randomly. In fact, tests passed on d85e13e, just one commit earlier. It's also failing on Windows here and OS X in #120. I'll try with valgrind and see if I can turn up anything.

Other than that, changes look good!