Julian Hall

Results 551 comments of Julian Hall

Fixed! Was a bad strategy in a relatively obscure scenario in the simplex solver

> I am surprised by this behavior. I would have expected that both the `addCol` and `addVariable` methods would create the same underlying model, and that the run times would...

I've reproduced the timing difference for `run()` that you observe However, when writing out the respective models to verify that they are identical, the meaningful difference in the two running...

Interesting: the problem here is that the file has comments at the end of non-comment lines. I've never seen this feature in an MPS file. It's possible that this will...

The fix causes the MPS reader to fail on models for which there are $ or * characters in row/column names. See #1945 For the time being, revert the fix,...

Let me flag the author first. What do you think @mathgeekcoder?