Benoît Legat

Results 290 issues of Benoît Legat

With https://github.com/jump-dev/MathOptInterface.jl/pull/2008, it now returns a correct value for unsupported constraints. If we want this behavior to be consistent with other implemenation of `MOI.ModelLike`, we don't want to have to...

This reverts https://github.com/jump-dev/MathOptInterface.jl/pull/2008 for the reason detailed in https://github.com/jump-dev/MathOptInterface.jl/pull/2008#issuecomment-1260701844

Do you think it would be possible to support Benson's algorithm (in a similar way to [bensolve](http://bensolve.org/)) in `MultiJuMP` when the model is detected to be linear ? It could...

I think it could be nice to have a man page for `git-review`. I've seen it's possible to do with the `gem-man` gem so that ``` gem man git-review ```...

feature
low priority

CompatHelper seems to be disabled. You can enable it in the Actions. This should trigger the updates of packages such as Polyhedra and GLPK (by the way, you might consider...

It's currently a bit hacky as it call `Base._spawn` to get the error messages.

I am developing [a package](https://travis-ci.org/blegat/Polyhedra.jl) that depends on `GLVisualize`. However, as you can see [here](https://travis-ci.org/blegat/Polyhedra.jl), I fail on travis on Linux because I require GLVisualize (on MAC it works fine...

I get method overwritten warnings because if `get` is called with one `AbstractString` positional argument, there are 2 possible methods. With this change, it will call the method defined in...

Currently, on Julia v0.6, when I do `get` I get ```julia ERROR: UndefVarError: ctxt not defined Stacktrace: [1] setup_easy_handle(::String, ::HTTPClient.HTTPC.RequestOptions) at /home/blegat/.julia/v0.6/HTTPClient/src/HTTPC.jl:211 [2] get(::String, ::HTTPClient.HTTPC.RequestOptions) at /home/blegat/.julia/v0.6/HTTPClient/src/HTTPC.jl:382 [3] #get#7(::Array{Any,1}, ::Function,...