Hello Oscar, I wrote GmplSwing to demonstrate how to use GLPK for Java: * A GlpkTerminalListener is used to route the console output to the output pane, and to abort the library if requested. * A GlpkCallbackListener is used to interrupt the MIP solving process, and to update the solution progress graph on the bottom. * GlpkException is catched if anything goes wrong.
A precompiled binary is not supplied. Compiling is easy: javac -classpath glpk-java.jar GmplSwing.java Writing an IDE should build on an existing editor with syntax highlighting, e.g. JEdit. Hence GmplSwing cannot be the starting point. Best regards Xypron -------- Original-Nachricht -------- > Datum: Wed, 23 Feb 2011 23:46:09 +0100 > Betreff: Re: [Help-glpk] Error line in GMPL files > Xypron, > > I noticed the GmplSwing screen shot which looks quite attractive in its > simplicity. After browsing the GLPK for Java package, I guess that > there's code for that in the examples section. However, do you provide a > precompiled version of it? Also, do you have any future plans for > developing it further? The plotting feature is very attractive in my > opinion. Also, a simple stats indicator in an IDE containing the > different numbers provided by the solver log output would be nice as an > alternative. > > While GUSEK/GLPK Lab is rather useful and has lowered the bar for new > users significantly, a tighter integration to the API would of course be > preferable. Is, in your opinion, GmplSwing something to build on in this > respect? > > I recall that there were some IDE discussions a while back, but did > something ever happen? Personally, I started sketching on something > using wxWidgets, but it was never really serious (and definitely not > realistic that I would have enough time). > > With best regards > > Oscar > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
