Benoît Legat

Results 290 issues of Benoît Legat

In the example of the "Spanning Tree Protocol" It says "Thus port 2 becomes a Blocked port in Switch4" Doesn't it rather become the root port ? The algorithm is...

The last proposition is ``` .. negative:: New forwarding table for `R2`: ====== ===== Dest. Port ====== ===== A W B S-W ====== ===== ``` but I don't see where...

The last line of host B should be `disconnect.conf(B-A)` and not `disconnect.conf(A-B)`.

The tests that are run for `JuMP.Model` and `JuMPExtension.MyModel` should also work for `StructJuMP.StructuredModel`. Currently, if StructJuMP wanted to run these tests, it would have to include, e.g. `constraint.jl` and...

Type: Tests
Category: Extensions

The `PSDCone` allows to easily add `MOI.PositiveSemidefiniteConeTriangle` and `MOI.PositiveSemidefiniteConeSquare`. There are several other matrix cones, that should work exactly like `PSDCone` for consistency: * `SemidefiniteInterval`, `SemidefiniteGreaterThan` and `SemidefiniteLessThan` that create...

Type: Feature request

The build fails on Arch Linux because the LLVM lib used by Julia is the system library while in the build, [the path is hardcoded](https://github.com/Keno/Cxx.jl/blob/2fe24c9048e60f61f7b93061e1b82f8e0495b0d6/deps/BuildBootstrap.Makefile#L161). The error I get is...

build

I have added SumOfSquares to ConvexTests, you can see that COSMO is failing a few tests: https://ericphanson.github.io/ConvexTests.jl/dev/COSMO/

With this MOI wrapper, one should be able to use Optim with JuMP doing: ```julia model = Model(Optim.Optimizer) ``` If there are nonlinear constraints created with `@NLconstraint`, it would select...

We should add a `test/MOI_wrapper.jl` file following http://jump.dev/MathOptInterface.jl/dev/apimanual/#Testing-guideline-1

enhancement