Benoît Legat
Benoît Legat
In this redirection: https://github.com/jump-dev/MutableArithmetics.jl/blob/7344c9468072bd663feec7e4cdc1a0e98e34ea19/src/interface.jl#L592-L599 We redirect to `operate` because for instance, when it's used in the `@rewrite` macro, we want to modify the result so it cannot depend on the...
`@profview` showed quite clearly that all the time was taken by allocating new empty vectors in these three lines: https://github.com/jump-dev/MosekTools.jl/blob/650846dc4869a9eb4c1f0be33b74d09aa7c4bfb8/src/constraint.jl#L54-L56 On @mipals benchmark `..._446.cbf`: ```julia function bench(n) file = "..._$n.cbf"...
One requirement for adding a solver to the JuMP docs is to run it through the MOI tests. For Percival, the tests are run in the test of this package....
With this PR, when the user uses the sampling basis, e.g. with ```julia @constraint(model, p in SOSCone(), zero_basis = BoxSampling(-ones(nvariables(p)), ones(nvariables(p)))) ``` the constraint will be transformed to `Hypatia.WSOSInterpNonnegativeCone` and...
This solves an issue that @trulsf is facing in https://github.com/trulsf/UnitJuMP.jl/tree/tf/units_in_affexpr Before the PR: ```julia ERROR: DimensionError: 0.0 and 1.0 m are not dimensionally compatible. Stacktrace: [1] +(x::Quantity{Float64, NoDims, Unitful.FreeUnits{…}}, y::Quantity{Float64,...
There is a common system representation that is shared by a few control projects such as JuliaReach and Dionysos.jl in https://github.com/JuliaReach/MathematicalSystems.jl/. As discussed after your talk in Paris, it would...
Closes https://github.com/Wikunia/ConstraintSolver.jl/pull/289
This doesn't check most of the item but it's the same as Couenne and BONMIN, I don't think the list applies to the solvers available through AMPLNLWriter ## Basic -...