From: Charles Mills Date: 2004-11-15T11:29:08+09:00 Subject: Re: linear contraint solver On Nov 14, 2004, at 3:08 PM, wannes wrote: > hello, > > I'm searching for a linear contraint solver that i can use in a > ruby-project. Looking around, I could only find cassowary[1] but it's > in c++/java. > Here are a couple ideas: http://www-unix.mcs.anl.gov/otc/Guide/faq/linear-programming- faq.html#free > All help in finding such a thing written in ruby (or other good > solvers that can be ported to ruby) is welcome. > Don't know of anything written in pure ruby... there is a Ruby wrapper available for the GSL - GNU Scientific Library. Not sure if that has what you need. -Charlie