Benoît Legat

Results 487 comments of Benoît Legat

> One possible way to go would be to use `osmfilter` and have a reduced dataset (several pieces of information can be dropped without affecting the actual map content). Does...

Yes, I think moving to EzXML might help.

Thanks! I made a few changes that are mixed up in a branch of my fork: https://github.com/blegat/OpenStreetMapX.jl/tree/mixed_changes as well as in my fork of ProtoBuf.jl: https://github.com/blegat/ProtoBuf.jl/tree/mixed_changes I have started making...

In YALMIP, it seems that [`sosmodel`](https://yalmip.github.io/command/sosmodel/) does the image model/geometric conic form and [`solvesos`](https://yalmip.github.io/command/solvesos/) does the kernel model/standard conic form. In https://yalmip.github.io/command/sosmodel/, it says: > Note that YALMIP by default...

It is also discussed in details in Section 6.1 of https://link.springer.com/content/pdf/10.1007/s10107-003-0387-5.pdf

One of the questions of this talk: https://meetings.siam.org/sess/dsp_talk.cfm?p=129039 was whether Optim could be used from JuMP

@pkofod Thanks, I just rebased on master to get the fix from https://github.com/JuliaNLSolvers/Optim.jl/pull/1043 and it's all green :)

We are assuming that `converged` means `LOCALLY_SOLVED`: https://github.com/JuliaNLSolvers/Optim.jl/blob/1a649e885c887e84043a48c013130d1a1bdc7ab1/src/MOI_wrapper.jl#L337-L338 Is this an incorrect assumption or should `converged` be `false` here ?

I suggesting investigating the remaining failing tests in separate PRs

@pkofod This PR is good to go from my end