Re: [julia-users] Generating Large LP Models Efficiently

2014-01-15 Thread Miles Lubin
Hi Andrew, Cool that you found JuMP! Please have a look at the docs: https://jump.readthedocs.org/en/latest/jump.html Some of the differences that you will encounter coming from AMPL are: - JuMP doesn't separate the model and the data, you just use the data directly in the model. - JuMP

Re: [julia-users] Generating Large LP Models Efficiently

2014-01-14 Thread João Felipe Santos
Did you have a look at JuMP? I believe it is equivalent to PuLP, but written in Julia: https://github.com/JuliaOpt/JuMP.jl -- João Felipe Santos On Tue, Jan 14, 2014 at 2:52 PM, Andrew B. Martin andrew.brown.mar...@gmail.com wrote: Hello, I'm new to julia; I discovered it when I posted in