COIN-OR-OptimizationSuite
COIN-OR-OptimizationSuite copied to clipboard
A harness for building the bundled suite of interoperable optimization tools available in the COIN-OR repository.
Based on https://github.com/coin-or/COIN-OR-OptimizationSuite/issues/25#issuecomment-2041162969 by @tkralphs : Projects that use a linux-ci yaml workflow specifically to compile with Clang must explicitly specify the C compiler (CC) and C++ compiler (CXX) using...
The [upload-release-asset action used in Linux-ci and Windows-ci is not maintained](https://github.com/actions/upload-release-asset) and proposed to be replaced by [softprops/action-gh-release](https://github.com/softprops/action-gh-release). See the [discussion of PR 214 of CoinUtils](https://github.com/coin-or/CoinUtils/pull/214). Whenever this replacement is...
I've problem creating new dll files for windows using the visual studio installation files. The visual studio files in your repository are very old (version 9 and version 10). The...
Hi, I am looking to build CBC from source, for our HPC cluster. A golden rule of building for science is to be able to reproduce builds. This implies *not*...
@tkralphs suggests: > please tell us at a minimum: OS, compiler, versions of main project and dependencies, how you obtained them (built from source, package manager, etc. exact sequence of...
OS: Windows 11 Enterprise compiler: Microsoft Visual Studio 14.0/VC/BIN/x86_amd64/cl (Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x86) fetch and build source: followed instructions [here](https://coin-or.github.io/user_introduction.html#building-with-visual-studio-in-msys2) commands: ```bash ./coinbrew [interactively fetch...