Questions tagged [julia-jump]

JuMP is a domain-specific modeling language for mathematical programming embedded in the Julia language.

JuMP is a domain-specific modeling language for mathematical programming embedded in the Julia language.

https://github.com/JuliaOpt/JuMP.jl

362 questions
-2
votes
1 answer

Converting Julia JuMP to Python PuLP

I stumbled upon a piece of software that I'd like to convert from Julia to Python (don't have much experience with Julia). The main problem I'm having is I don't understand exactly what is going on in the section I've marked with comments #PROBLEM…
-3
votes
1 answer

Need to resolve Ipopt BinPacking use case using JuMP

I want to solve binpacking problem using Ipopt with JuMP which is a linear programming. Can someone help me with the code
1 2 3
…
24
25