ExaModels.jl icon indicating copy to clipboard operation
ExaModels.jl copied to clipboard

Track variable bounds for ExaModels.Optimizer

Open klamike opened this issue 1 month ago • 2 comments

Fixes #199. Turns out the Model(() -> ExaModels.Optimizer) was not being tested, only ExaModel(model). The added test fails before this change.

klamike avatar Nov 25 '25 23:11 klamike

Your PR no longer requires formatting changes. Thank you for your contribution!

github-actions[bot] avatar Nov 25 '25 23:11 github-actions[bot]

Github's macOS runners + LTS + OpenCL seems to be a bad combo https://github.com/JuliaGPU/OpenCL.jl/issues/366 https://github.com/JuliaGPU/OpenCL.jl/pull/406. And like all great bugs, it is intermittent - whatever runners we got for 0ceb995 passed with no issue.

We should probably reduce the max CI time... and I should push less often :wink:

klamike avatar Nov 26 '25 05:11 klamike