Downsite
Downsite
I also ran into this issue. It is a minor bug, but hinders me quite often. Perhaps #2159 will fix this?
I agree that favorited apps should still appear with their icon. However, it would be nice if things like the blue indicators, the list of windows shown by right-clicking, or...
> I note that it says "options file not found", so if you're wanting to reproduce options settings that you make in your application, it's not picking them up. No...
> I'm puzzled as to why that "Options file not found" is logged I think this is because I do not check if the file exists, but always forward the...
[prob.mps.txt](https://github.com/ERGO-Code/HiGHS/files/14671066/prob.mps.txt) Generating it with more significant digits seems to be easy indeed. (I just replaced "10g" with "17g" in HMPSIO.cpp). Not sure if this precision is read in, as the...
I tried the following to debug/reproduce the issue: - call writeModel directly followed from readModel ==> there still is a case with the errror - save the options via `model.writeOptions(this->get_name()+".opt",...
Thanks! This helped, at least for the concrete case where the error was occuring before. It will be some time before I have the chance to run extendend tests again,...
Similar to the comment from @giordano , I want to link to issues from Yggdrasil https://github.com/JuliaPackaging/Yggdrasil/issues/7139 https://github.com/JuliaPackaging/Yggdrasil/issues/5851 that do not seem to be fixable with using a newer SDK.
I tried to configure my way around this issue. I found that issue is the same if" Window grouping" is off, but only a single of the favorited apps is...
Just to weigh in on this: Currently, I have the problem that `(x-0.1)^2 + sin(x)` seems to be rewritten as `x*x-0.2*x+0.01+sin(x)`, most likely because a quadratic expression is built first....