From: Nick C. <mys...@gm...> - 2011-03-29 15:46:21
|
Adam, Development has stalled on this project. We haven't worked on it in a long time. If you are looking for a good linear solver you may want to look to other projects, but I don't know of many CSP solvers like ours. I would say that jOpt has some performance issues so depending on your problem set it may not run very efficiently. The license is CPL 1.0. It's very similar to the LGPL license. You can pretty much do whatever you want with the code. -Nick On Tue, Mar 29, 2011 at 9:49 AM, Adam Augusta <ro...@gm...> wrote: > I'm contemplating spending a lot of time with this library, possibly > even modifying it to work more effectively in scenarios where the > initial conditions change incrementally after the initial solution. > > Before I invest a lot of time in it, I want to have the opportunity to > be warded off by people in the know. I notice that development has > stalled. Are there other Java projects I should first consider? Has > JOpt been in any way superseded or found wanting? > > Also, I'm having difficulty locating the license for the project. Is > it LGPL or ASL? > > Thanks, > Adam > |