New release of rglpk - the ruby linear programming library
Have you ever needed to solve a linear program in your ruby app? Well, if you have, you know that rglpk (pronounced Wriggle-Pick) allows you to use the power of the GNU Linear Programming Kit (glpk) from within ruby. The latest version fixes some memory leaks that hindered performance.
Post a comment