[Lemon-devel] LEMON + Soplex

Balazs Dezso deba.mf at gmail.com
Fri Feb 27 10:38:31 CET 2009


Hi,

I think, the check could be in the build systems. In addition, the problem is 
surely in the soplex 1.4.0 release, I contacted with the developers.

I think we can support soplex 1.3 and 1.4.1 or above.

The solution is quite easy in autoconf, the checker code could be extended 
with the following code:

#include <soplex/spxdefines.h>

#if SOPLEX_VERSION != 130 && SOPLEX_VERSION < 141
#error "Unsupported soplex version"
#endif

However this solution would work, but some nicer failure feedback is 
recommended.

Best, Balazs

On Friday 27 February 2009 07:41:32 Alpár Jüttner wrote:
> Hi,
>
> I've just noticed that test/lp_test.cc fails with Soplex-1.4.0. However
> it passes with the latest version (1.4.1), so the problem is probably
> not on our side. Isn't it possible the check Soplex version during the
> configuration?
>
> At least we should mention the minimum version requirement somewhere in
> the doc or on the webpage.
>
> Any suggestion how to do that?
>
> Regards,
> Alpar
>
>
> _______________________________________________
> Lemon-devel mailing list
> Lemon-devel at lemon.cs.elte.hu
> http://lemon.cs.elte.hu/mailman/listinfo/lemon-devel




More information about the Lemon-devel mailing list