help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] GLPK for Windows 4.49, GLPK for Java 1.0.25


From: Sylvain Fournier
Subject: Re: [Help-glpk] GLPK for Windows 4.49, GLPK for Java 1.0.25
Date: Mon, 22 Apr 2013 15:31:40 -0300

Ok, but then how do I get a glp_arc from a SWIGTYPE_p_glp_arc and vice-versa? (same question for glp_graph) Is there some routine like doubleArray_getitem() or intArray_getitem()? In the MinimumCostFlow.java example, there is no glp_graph or glp_arc object.
Thanks,

--
Sylvain Fournier
Analista de Pesquisa Operacional
48 3239-2423
WPLEX Software Ltda.
Rod SC 401 no. 8600 Corporate Park bloco 5 sala 101
88050-000 Santo Antônio de Lisboa, Florianópolis SC +55 48 3239-2400
wplex.com.br
WPLEX




2013/4/22 Heinrich Schuchardt <address@hidden>
Hello Sylvain,

the class is now called glp_arc (not _glp_arc) because the definition in glpk-4.49/src/glpk.h was changed (relative to glpk-4.47).

See
http://glpk-java.sourceforge.net/apidocs/index.html
for the javadocs.

Best regards

Heinrich Schuchardt



On 22.04.2013 14:22, Sylvain Fournier wrote:
Heinrich,

I am using the glp_graph routines in Java and I just updated GLPK. I was
calling routines such as _glp_arc.getHead().getI() and I'd like to know if
there is some way to use the same kind of routines with the updated
version. I remember that you had provided a new release for this feature in
version 4.47.
I look forward to testing the new minimum cost flow algorithm!
Cheers,




reply via email to

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