On Sep 11, 2014, at 5:27 AM, Shiro <[email protected]> wrote:
> I am just a loss how to give/take parameters with arbitrary-precision
> arithmetic instead of "double" type on the C++ interface.

The underlying code in NLopt (which is written in C) only supports double 
precision.   To get arbitrary precision support, you would need to pull the 
code for the algorithm that you want out of NLopt, and then port it to 
arbitrary precision.


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

Reply via email to