JuliaStochOpt / ParameterJuMP.jl

A JuMP extension to use parameter in constraints RHS
MIT License
41 stars 5 forks source link

Create parameter matrices with N dimensions #27

Closed jd-lara closed 5 years ago

jd-lara commented 5 years ago

It will be good to have Parameters(model::JuMP.Model, values::AbstractArray{Number,N}) where we can just create parameters given an Array of arbitrary dimensions.

joaquimg commented 5 years ago

solved by #28