-
Hi @odow,
I've tried this backend with my optimal transport network models at https://github.com/SebKrantz/OptimalTransportNetworks.jl/tree/main/src/models, and it seems to work for none of them. F…
-
@stevengj, we're moving repositories out from JuliaOpt and into [jump-dev](https://github.com/jump-dev), an organization more explicitly centered around JuMP. JuliaOpt will become an obsolete organiza…
-
I see that I can set the solution limit with `MOI.SolutionLimit`: `set_attribute(m, MOI.SolutionLimit(), 5)`. How do I query the different solutions returned?
-
### Summary
I am try to compile and execute a function which execute expression `(a + b) / c < d` on each element in the arrays. firstly, I generate the IR of this function with F64 type, that works…
-
```julia
using Makie, CairoMakie, AlgebraOfGraphics
xs = range(0, 1; length=101)
ys = collect(range(0, 1; length=101))
ys[1] = NaN
upper = ys .+ 0.1
lower = ys .- 0.1
linesfill(xs, ys; upper, l…
-
Every function in the API takes a `param::Dict{Any,String}`
It would be useful if we could also accept normal julia keyword arguments
and have that get wrapped up into a `param` Dict automatically…
-
I would like to explore using JuMP.jl to set up mixed-integer programming optimization problems in [SymbolicRegression.jl ](https://github.com/MilesCranmer/SymbolicRegression.jl) and [PySR](https://gi…
-
I think I've encountered a bug which occurs when joining `AnnotatedStrings` with annotations that have not been constructed in the same manner as StyledStrings, specifically with inconsistent orde…
-
I'm under the impression that a `TaylorN` should be thought of like a dual number, but there are some inconsistencies:
```julia
julia> dual(1,2) < 5
true
julia> x = set_variables("x", order=100)…
-
See
https://github.com/jump-dev/ParametricOptInterface.jl/blob/4ec565acdac480a19e772deb3274636ceef2b3b7/src/MOI_wrapper.jl#L1390-L1428
x-ref https://github.com/jump-dev/MathOptInterface.jl/pull/2…
odow updated
4 months ago