Jo Devriendt
Results
2
issues of
Jo Devriendt
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...
Using `g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0` gives ``` antlr4/tree/ParseTree.h:50:18: warning: ‘virtual bool antlr4::tree::ParseTree::operator==(const antlr4::tree::ParseTree&) const’ was hidden [-Woverloaded-virtual=] 50 | virtual bool operator == (const ParseTree &other) const; | ^~~~~~~~ antlr4/RuleContext.h:135:10:...