Hello Henri, your project sounds very interesting to me.
I saw that you translated part of the GLPK library to javascript. Did you do so manually or with some machine translation tool? Proper error handling with the GLPK library requires a hook function. How are errors handled in your javascript version? The MIP solver provides a callback hook. Does this also exist in your library? What is the significance of files grunt.js and package.json? How would I use your library in a new project? In README.md you write something about browser and server installation. What is the overall architecture? Where will the library run - on the server or in the browser? Maybe you want to add an article on http://en.wikibooks.org/wiki/GLPK Best regards Xypron -------- Original-Nachricht -------- > Datum: Mon, 10 Dec 2012 18:11:01 +0100 > Von: Henri Gourvest <[email protected]> > An: [email protected] > Betreff: [Help-glpk] glpk.js > Hi, > > I just started a new project to run glpk in a webbrowser in pure > javascript. > > https://github.com/hgourvest/glpk.js > > actually I have LP/MIP solver running > and the CPLEX parser > > regards _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
