help-glpk
[Top][All Lists]
Advanced

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

RE: [Help-glpk] XML Result Output


From: Paul Morel
Subject: RE: [Help-glpk] XML Result Output
Date: Mon, 28 Jul 2003 07:41:32 -0500

Fabulous.  This will make the integration of GLPK into applications more seamless and speed the pace of development.
 
Thanks in advance for your hard work...
 
-----Original Message-----
From: Chris Rosebrugh [mailto:address@hidden
Sent: Friday, July 25, 2003 7:02 PM
To: address@hidden
Cc: Paul Morel
Subject: RE: [Help-glpk] XML Result Output

Interesting observation.
 
I'm working on just such a thing. I have a Java client app that talks to a linux server
that runs glpk. I want XML in and XML out.
 
I'm working on the XML Schemas now and will be happy to share them when they're
more complete.
 
I plan on generating Java and C classes/code from them, incorporating the C code
directly into glpk.
 
 
 
-----Original Message-----
From: address@hidden [mailto:address@hiddenOn Behalf Of Paul Morel
Sent: Friday, July 25, 2003 1:33 PM
To: address@hidden
Subject: [Help-glpk] XML Result Output

A problem all solvers face is the non-uniform output from the solver.  We are constantly faced with reading a text file, that is not always the same depending on feasibility, and trying to extract the results.  I've been amazed that nobody has built an XML output from any commercial or open source solver so standard XML parsing routines are available for extracting and recording the results.  I would like to see an XML output option to aid in application integration.
 
Something like:
 
glpsol --model input.mod --xmlout result.xml
 
Unfortunately my languages don't include C or I would offer to help in this matter.
 
-Paul

reply via email to

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