Benoît Legat

Results 290 issues of Benoît Legat

Preview https://jump-dev.github.io/SumOfSquares.jl/previews/PR270 - [ ] The plot does not correspond to the one of the book and the error is large, need to figure out what's wrong

I was a bit worried at first when reading it because `mapindices` create columnwise **lower**-triangular indices while the MOI convention is columnwise **upper**-triangular. Then it seems that the way it's...

In SumOfSquares, we have pairs of commuting matrices `A`, `B` and need to compute an orthogonal transformation `X` such that `X * A = B * X`. This is implemented...

It would be helpful to have the units for the returned value of `shortest_route` and `fastest_route` in the docstring

Just started to import Belgium. `belgium-latest.osm.bz2` makes 750 MB, and the unpacked `belgium-latest.osm` takes 8.6 GB. I tried `get_map_data("belgium-latest.osm")`, it took some time until my computer ran out of its...

Similar to https://github.com/Humans-of-Julia/BibParser.jl/pull/33

Just attended [a seminar at UCLouvain](https://uclouvain.be/en/research-institutes/icteam/inma/seminars.html) about this work.

Creating small constraints like ```julia @variable(model, x) @variable(model, y) @constraint(model, x >= y) ``` is rather costly compared to JuMP v0.18. The reason is that creating a `OrderedDict` of two...

Type: Performance

Dans [la doc](http://sinf1252.info.ucl.ac.be/manpages/man3/sigsetjmp.3.html), il est mis pour `setjmp` que > The stack context will be invalidated if the function which called setjmp() returns. Pourtant, dans l'exemple du syllabus, on a...

There are many formalisms out there and the one used by the `HybridSystem` struct seems to be the Hybrid Automaton so we should probably rename it to `HybridAutomaton`. @schillic @mforets...

breaking