On Jul 9, 2010, at 2:56 PM, Wisam Yacteen wrote:
I was just wondering if anyone has already created or knows of an implementation of Nlopt in .NET. Or perhaps someone has .NET wrapper classes for the dll? Any help is appreciated.

I haven't heard of anyone working on this.

In principle, it might be very straightforward using SWIG (www.swig.org), the same tool that I use to generate the Python wrappers, since SWIG supports generating C#/.NET wrappers (http://swig.org/Doc1.3/CSharp.html ). However, if you are not familiar with SWIG this might take some reading, and also you would have to learn to use the Unix build system.

You could also write the wrappers manually, of course.

I might look into it at some point; I don't use Windows, but I suppose I could use the Mono .NET implementation to get it working. However, I have no immediate plans for this.

Steven

_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to