Skip to content

jmh530/libnlopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#libnlopt Bindings to nlopt for the D programming language


Supported platforms

Windows

Tested with DMD 32bit/64bit and LDC 64bit.

Linux

Tested with DMD 32bit/64bit.

Mac OSX

Not tested.


Installation

nlopt source is available here:

http://ab-initio.mit.edu/wiki/index.php/NLopt

Windows

I have included nlopt dll/lib files that will work with DMD and 64bit LDC. These are built using MSVC 2013 Community and there might be issues if using other versions.

Add the directory of the relevant dll/lib for the appropriate architecture to the system path. An alternative would be to register the dll.

This library should then just work.

Linux

Follow the insallation instructions from the nlopt website to install nlopt.

This library should then just work.

Mac OSX

Not tested.

About

Bindings to nlopt for the D programming language

Resources

Stars

Watchers

Forks

Packages

No packages published