CoinUtils icon indicating copy to clipboard operation
CoinUtils copied to clipboard

COIN-OR Utilities

Results 25 CoinUtils issues
Sort by recently updated
recently updated
newest added

Looks like something is wrong with test suite ```console Testing CoinModel Coin0001I At line 29 NAME EXAMPLE Coin0001I At line 30 ROWS Coin0001I At line 37 COLUMNS Coin0001I At line...

Hi, I had an error due to the usage of `using namespace std;` in several files of the project: See the [error at S.O.](https://stackoverflow.com/questions/75011257/call-of-overloaded-mallocint-is-ambiguous) It would be a good idea...

@jjhforrest I encountered a performance bottleneck while trying to solve a large MILP problem containing variables of tens of millions. Currently, the solver I am using is CBC, and I...

When trying to upload [this mps file](https://github.com/coin-or/SYMPHONY/files/9627260/infeasible.zip) to [neos](https://neos-server.org/neos/solvers/milp:SYMPHONY/MPS.html), I get the following error: No MAX/MIN found after OBJSENSE Coin3005W No match for row OBJROW at line 10 < C0000000...

Add CMake based build + Makefile/docker CI + Travis-CI

When adding the 10 millionth column to a CoinModel I get the following error message: *** buffer overflow detected *** : ./solver terminated A stack trace shows that the error...

Over at Exact we're using CoinUtils as parser for .mps and .lp files. This works most of the time, but for some MIPLIB mps files, CoinUtils raises errors. More info...

We are currently using a very coarse algorithm to compute package names. In #161, @svigerske indicated a preferred solution: https://github.com/coin-or/CoinUtils/pull/161#issuecomment-829232628

On Linux (and possibly other platforms), when the current directory does not exist, then `getcwd()` always fails (and gives `errno = ENOENT`), meaning that the function enters an infinite loop...

FYI Travis-ci build: https://travis-ci.com/Mizux/CoinUtils note: I have also fork for Osi, Clp, Cgl and Cbc since we need it for google/or-tools (to avoid #87 since CMake support space in path...