Re: [Help-glpk] What is the correct citation for MathProg, glpsol and GLPK?

2012-04-17 Thread glpk xypron
Hello Rafael, see http://lists.gnu.org/archive/html/help-glpk/2009-04/msg00063.html Best regards Xypron -- Follow me at http://twitter.com/#!/xypron NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW0

[Help-glpk] What is the correct citation for MathProg, glpsol and GLPK?

2012-04-17 Thread Rafael Torres
Dear glpk team support: I'm writing a report and I would like to know how to reference MathProg, glpsol and GLPK in the correct way , can you help me with this issue or can you tell me where can I look for it? Thanks in advance. Best regards! -- Rafael Torres "La luna se puede tomar a

Re: [Help-glpk] Building a graph on the fly

2012-04-17 Thread Sylvain Fournier
Ok, thanks Xypron. Then I'll wait for these structures to be ready. Sylvain 2012/4/17 glpk xypron > Hello Sylvain, > > glp_arc and glp_vertex both have a field data in which information like > > double a_cap; // arc capacity > double a_cost; // arc cost > double a_low; // lower bound > double a

Re: [Help-glpk] Building a graph on the fly

2012-04-17 Thread glpk xypron
Hello Sylvain, glp_arc and glp_vertex both have a field data in which information like double a_cap; // arc capacity double a_cost; // arc cost double a_low; // lower bound double a_x; // arc flow int v_cut; // 0: node is unlabelled, 1: node is labelled double v_pi; // node potential double v_rh

Re: [Help-glpk] [Fwd: Re: Building a graph on the fly]

2012-04-17 Thread Sylvain Fournier
The problem is that I work with Java, and I already use the Java wrapper included in the distribution to solve my linear programs. And until now, it is working perfectly. Sylvain 2012/4/17 Nigel Galloway > Is Python any good for you? If so the directory IAJAAR_PY contains some > examples in the

Re: [Help-glpk] [Fwd: Re: Building a graph on the fly]

2012-04-17 Thread Nigel Galloway
Is Python any good for you? If so the directory IAJAAR_PY contains some examples in the file IAJAAR_PY.xps obtainable: http://sourceforge.net/projects/iajaarh/files/IAJAAR.H.2020-144507.tar.xz/download No wrapper is needed to interface from Python to glpk graph functions, though one might be

[Help-glpk] [Fwd: Re: Building a graph on the fly]

2012-04-17 Thread Andrew Makhorin
Forwarded Message From: Sylvain Fournier To: Andrew Makhorin Subject: Re: [Help-glpk] Building a graph on the fly Date: Tue, 17 Apr 2012 10:12:27 -0300 Hi Andrew, Thanks for your quick answer. In fact, I am looking for an example in Java, as I can't find how to create a C stru