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.
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.