After testing the current
csipopt code on several real-world problems, I now feel confident releasing the code in its current state as version 1.0.0!
Source code and .NET 4 DLL binaries can be downloaded from
here and
here.
There is support for building the source code using the
Mono C# compiler. To run a
csipopt application using the Mono runtime, the source code has to be compiled with the MONO symbol defined (see the
README file for more information; the
script for building the library for Mono has this symbol defined).
With some effort,
csipopt can also be applied from out-of-browser, elevated-trust Silverlight 5 applications, as demonstrated by two of the projects (
library and
test application) of the VS 2010 solution.
Happy optimizing :-)
Anders @ Cureos