coin-or / Osi

Open Solver Interface
Other
54 stars 41 forks source link

Replace Coin{Max,Min} by std::{max,min} #196

Closed a-andre closed 3 months ago

a-andre commented 4 months ago

CoinMax and CoinMin were added more than 20 years ago due to "for some reason compiler tend to handle the max()/min() function differently".

This issue should be fixed by now.