Hello,
I installed nlopt on my windows 7 machine. I used the minGW compiler to
generate the libnlopt-0.lib. I am using the Fortran version with the
gfortran compiler. I was able to successfully compile the example program
with min sqrt(x2). When running the example the program crashes after
reaching

call nlo_optimize(ires, opt, x, minf).

Before this function everything works fine. Even when I try to print the
value of the function or constraint it does not seem to reach this. I think
that perhaps I need to build another library as the library provided could
have some conflict. Any recommendation on how to correct this error.

Thanks,

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

Reply via email to