You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I need the 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?
./configure --prefix=D:/Software/Bonmin/bin did not help.
Used msys2 mingw64 for installation
The text was updated successfully, but these errors were encountered:
The executable is only built if an installation of coin-or-tools/ThirdParty-ASL has been found, since the executable is used to process AMPL .nl files.
Are you using coinbrew? Sorry, the README has not been updated, but if you're not already using it, you can follow the installation instructions here: https://coin-or.github.io/user_introduction.html. It should pull in ASL and build the executable.
Hello!
I need the 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?
./configure --prefix=D:/Software/Bonmin/bin did not help.
Used msys2 mingw64 for installation
The text was updated successfully, but these errors were encountered: