Bonmin icon indicating copy to clipboard operation
Bonmin copied to clipboard

Installation Problems

Open Stampede00 opened this issue 1 year ago • 2 comments

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? image

./configure --prefix=D:/Software/Bonmin/bin did not help. Used msys2 mingw64 for installation

Stampede00 avatar Sep 08 '24 19:09 Stampede00

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.

svigerske avatar Sep 09 '24 01:09 svigerske

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.

tkralphs avatar Sep 09 '24 09:09 tkralphs