I have an application in C, and at some point I need to solve the problem of nonlinear optimization. Unfortunately, AFAIK has very limited resources to do this in C (please let me know otherwise). However, this is pretty simple to do in Python, for example. scipy.optimize.minimize .
While I was trying to do this, I came across some of what seemed to be very frequent traps, for example. Python.hnot found, module does not load, segmentation error when calling a function, etc.
What is a quick and easy way for the first timer to link two programs?
source
share