Relative Content

Tag Archive for githubpackagegnu

Bonmin executable file

I need the bonmin (https://github.com/coin-or/Bonmin) solver for optimization problems in Python. I am newbee in GNU Autotools. I have installed all the necessary environment and the build via GNU Autotools does not return errors. But I cannot find the bin folder where the .exe itself is located in order to register it in &PATH and use the solver in Python.
What do I need to do?
enter image description here