JWally / jsLPSolver

Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
The Unlicense
420 stars 69 forks source link

NEOSserver #57

Closed chrispahm closed 7 years ago

chrispahm commented 7 years ago

This adds a way of solving jsLPSolver problems with CPLEX hosted at the NEOS Servers.

However, it isn’t a stable solution for Problems having spaces and special characters in their variable names as GAMS does not allow them.

I was thinking about translating the jsLPSolve model object into a separate object featuring safe variable names, but as I’m just programming as a hobby I don’t know whether this would be the best way to deal with this issue.

lvenerosy commented 7 years ago

This is interesting but I think that it is outside the scope of the solver. You should make a new repository with the solver as a dependency.

chrispahm commented 7 years ago

Alright that makes sense! Will do that