coin-or / OS

Optimization Services
Other
1 stars 4 forks source link

Bonmin test failed #71

Closed sagitter closed 2 years ago

sagitter commented 2 years ago

Hi all.

Bonmin test is failing with this error:

TEST 13: Bonmin solver on bonminEx1.osil

call the COIN - Bonmin Solver for bonminEx1
lt-unitTest: BonHeuristicDiveMIP.cpp:133: virtual int Bonmin::HeuristicDiveMIP::solution(double&, double*): Assertion `isNlpFeasible(minlp, primalTolerance)' failed.
make[2]: *** [Makefile:708: test] Aborted (core dumped)

Bonmin and OS are compiled against Ipopt-3.14.3 in Fedora 36 (development branch) with GCC-11.2.1 Full build log: here

svigerske commented 2 years ago

We added a fix to Bonmin/master for this: https://github.com/coin-or/Bonmin/issues/24

sagitter commented 2 years ago

Thank you.