Stefan Strömer

Results 25 comments of Stefan Strömer

+1 would need a solution for that too

I just stumpled on this issue trying to add Aqua to a package I'm developing, that makes use of JuMP.jl. I do not depend on (or make use of) `ForwardDiff`,...

Ok, I've figured out that I should be able to pass those using ```shell ... --dual-reduced-solution tmp/mymodel.dual.sol --costs-reduced-solution tmp/mymodel.reducedcost.sol ``` but I'm unsure about the file format (because one similar...

Narrowed it down to something weird going on when calling `presolve` ... If I do ```shell presolve -f test.mps -v test.postsolve -r test_presolved.mps --parameter-settings papilo.set ``` then the `postsolve` fails....

Hi Alex, thanks for the (amazingly fast) fix! I'll try that as soon as it lands in the public repo (and I've managed to build it - have been using...

Note regarding my previous comment: - This was just written based on my guesses of what goes on, and may be (partially) incorrect (e.g., I somewhat suspect it to not...

Perfect - and sorry that I didn't have the time to do a proper PR until now (long weekend just coming up)!

I encountered the same issue. My current workaround is a custom CSS with the following content: ```css /* Format code related blocks from MyST-NB - Standard background color - stderr...

Further information: - Similar issue: #523 - Another workaround (from the mentioned issue): [GlacioHack](https://github.com/GlacioHack/geoutils/pull/588)

Some references: - "General form of a mathematical programming model" in _Introduction to Mathematical Programming_, by Ted Ralphs, see slide 7 in lecture 1 [[slides]](https://coral.ise.lehigh.edu/~ted/files/ie406/lectures/Lecture1.pdf) - "LP standard form", see...