JWally / jsLPSolver

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

enable usage of lpsolve on LF systems #104

Open runjak opened 4 years ago

runjak commented 4 years ago

On systems that don't use LF instead of CRLF for newlines the current clean_data function in src/External/lpsolve/main.js doesn't correctly split lines.