Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Try a bigger size
  • Loading branch information
Zeroto521 committed Oct 18, 2025
commit 6c95c94cc0518612d2c52cfa748ce3572409b3e0
2 changes: 1 addition & 1 deletion tests/test_matrix_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_matrix_sum_argument():


def test_sum_performance():
n = 500
n = 1000
model = Model()
x = model.addMatrixVar((n, n))

Expand Down
Loading