CoinUtils
CoinUtils copied to clipboard
COIN-OR Utilities
Issue created by migration from Trac. Original creator: xypron Original creation time: 2008-12-24 03:30:55 Assignee: @mjsaltzman Version: 0.99 GMPL model files without data section can exist. Unfortunately method CoinMpsIO::readGMPL either...
Issue created by migration from Trac. Original creator: @mgalati13 Original creation time: 2009-08-28 16:21:08 Version: trunk (SVN) CC: @mgalati13 Can we get a version of CoinTimer that works for real...
Issue created by migration from Trac. Original creator: @ycollet Original creation time: 2014-03-10 09:05:24 CoinLpIO complains when name are longer than 100 chars. You should either use string instead of...
Issue created by migration from Trac. Original creator: @svigerske Original creation time: 2011-03-25 17:25:24 Since https://projects.coin-or.org/CoinUtils/changeset/1389/trunk the gmpl reader in CoinMpsIO does not free the GMPL pointer after usage anymore,...
Issue created by migration from Trac. Original creator: tomba Original creation time: 2008-02-06 14:22:21 Version: 2.0.0 We are using CBC version 2.0.0 (CBCSolve standalone console application with little modification to...
I tried to build on linux . I have GLPK installed in ~/.local. Linux 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Thu Nov 16 10:29:04 EST 2023 x86_64 x86_64` x86_64 GNU/Linux ``` ./configure --prefix=/home/snelgrov/.local...
The included provides std::isfinite and std::isnan. There is no need to fallback to C functions.
I'm using an old version of the Bison parser, CoinModelUseful2.cpp, and I'm getting the following issue while scanning my code: 89646 Out-of-bounds access Memory not owned by this buffer will...