[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glpk.js
From: |
glpk xypron |
Subject: |
Re: [Help-glpk] glpk.js |
Date: |
Mon, 10 Dec 2012 22:05:37 +0100 |
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 <address@hidden>
> An: address@hidden
> 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
Re: [Help-glpk] glpk.js, Noli Sicad, 2012/12/10
Re: [Help-glpk] glpk.js, Kevin Hunter, 2012/12/10