help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] glpk4.38 or later for Java


From: glpk xypron
Subject: Re: [Help-glpk] glpk4.38 or later for Java
Date: Sat, 29 May 2010 08:23:21 +0200

Hello Manish,

the current version of GLPK is 4.43.

Project GLPK-Java at
http://glpk-java.sourceforge.net
provides Java bindings generated with Swig.

For Windows procompiled binaries for GLPK and GLPK-Java
can be downloaded from
http://winglpk.sourceforge.net
or
http://glpklabw.sourceforge.net (32bit only)

For Debian and Ubuntu package libglpk-java provides
the language binding.

GLPK-Java 1.0.3 will build against GLPK 4.38.

glpk.i (v. 1.0.3) contains the following lines:

%module GLPK
%{
#include "glpk.h"
%}
%include "carrays.i"
%array_functions(int, intArray)
%array_functions(double, doubleArray)
%include "glpk.h"

I suggest upgrading to GLPK 4.43 and GLPK-Java 1.0.13
- errors in the library can be handled as Java exception
- the callback interface of GLPK can be used to control
  the solution process for MIP problems

Best regards

Xypron

-------- Original-Nachricht --------
> Datum: Fri, 28 May 2010 15:26:17 -0700
> Betreff: [Help-glpk] glpk4.38 or later for Java

> Hi,
> 
> Can somebody send me a working glpk.i file for swig used for generating
> the
> jar files for Glpk 4.38.
> 
> Thanks,
> 
> Manish Jain
> University of Southern California

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



reply via email to

[Prev in Thread] Current Thread [Next in Thread]