Julia Programming Language
Equating two symbolically symmetric matrices in JuMP without redundant constraints
Specific Domains
Optimization (Mathematical)
jump
blegat
August 12, 2021, 2:33pm
2
You can do
@constraint(test_model, vectorize(X - Y, SymmetricMatrixShape(n)) .== 0)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Creating an array of symmetric matrix variables in `JuMP`
Optimization (Mathematical)
jump
2
879
August 11, 2021
1 * X' * X is not symmetric
General Usage
linearalgebra
12
1339
June 5, 2018
3D variable in JuMP
Optimization (Mathematical)
4
950
October 29, 2019
JuMP - how to check if particular constraint already exists
Optimization (Mathematical)
3
1385
December 15, 2017
Minimize function of matrix subject to matrix equality
Optimization (Mathematical)
5
838
May 5, 2020