Julia Programming Language
Assign variables as array of matrices in JuMP
Specific Domains
Optimization (Mathematical)
question
,
jump
,
array
odow
July 29, 2020, 4:55pm
4
Yes, you could go
x = [@variable(model, [1:2, 1:2]) for i = 1:3]
show post in topic
Related topics
Topic
Replies
Views
Activity
How to extend the JuMP @variable so that it can construct a sparse array which can be used as a full matrix?
Optimization (Mathematical)
question
,
jump
1
477
October 3, 2021
Collection of JuMP variables
Optimization (Mathematical)
6
2218
September 11, 2017
3D variable in JuMP
Optimization (Mathematical)
4
950
October 29, 2019
Can JuMP.jl create a sparse array variable that can be used as a full matrix?
Optimization (Mathematical)
question
,
jump
2
785
October 3, 2021
JuMP: How to construct a matrix with both variables and real numbers
Optimization (Mathematical)
3
1222
June 7, 2017