Benoît Legat

Results 290 issues of Benoît Legat

@Nhoutain in `q6/AnalysesQuantitatives` it's still a mess, can you make something of it ?

Amélioration

ShareLaTeX now has Github support. It would be nice to add to the documentation how to do Pull Requests from ShareLaTeX, it would remove the technical barrier to new contributions.

Question

Hypatia should support the `SOSPolynomialSet` set: https://github.com/JuliaOpt/SumOfSquares.jl/blob/master/src/sos_polynomial.jl#L16-L29 so that when using the Hypatia solver with SumOfSquares, the PSD reformulation is not done.

help wanted
MOI
info
interface
cleanup
waiting

`@wrapmodule` seems to fail. @barche is that an issue from the C++ wrapper or do I need to add something on the Julia side ? ```julia julia> using CGAL [...

Is there any plan to add support for 3D triangulation ? I need it in https://github.com/JuliaPolyhedra/HyperVoronoiDelaunay.jl/pull/8

Shouldn't `Cxx` be in the REQUIRE file ?

The release of JuMP v1.0 is quite imminent and will require MOI v1. It's recommended to first update to MOI v0.10 as it contains deprecation warning that helps updating.

Some variable bridges don't support `unbridged_variable` and that makes `runtests` fail when getting `ConstraintFunction` or when getting `ConstraintSet` for scalar constraints. For example, `ZerosBridge` does not support it so it...