Re: [NLopt-discuss] NLOPT Help Please!

2017-11-28 Thread Ben Bokser
Hi, Here is an example I wrote in C. Sincerely, *Benjamin Bokser* Cell: (917) 376-6326 Email: bbok...@gmail.com https://www.linkedin.com/in/ben-bokser On Wed, Nov 29, 2017 at 2:15 AM, P V V wrote: > Hi > I tried to get in touch with you regarding help with NLOPT. I have an > optimization prob

[NLopt-discuss] NLOPT Help Please!

2017-11-28 Thread P V V
Hi I tried to get in touch with you regarding help with NLOPT. I have an optimization problem with two nonlinear constraints - h(x) <= 0, g(x) <=0. Please let me know if this is possible in NLOPT. Thanks. ___ NLopt-discuss mailing list NLopt-discuss@ab-in

[NLopt-discuss] NLOPT C++ inequality vector valued constraints

2017-11-28 Thread P V V
Hi, I am trying to write an optimization function that uses two nonlinear inequality constraints. I have the documentation about the *add_inequality_mconstraint* function, but I couldn't understand it completely. Does anyone have an example that I can refer to in C/C++? Thanks.