-
Beta Was this translation helpful? Give feedback.
Answered by
gmalinve
Jun 12, 2024
Replies: 1 comment
-
Hi @AlfVII, Thanks for opening this discussion! Hope this makes sense, Kind regards. Giulia |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gmalinve
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AlfVII,
Thanks for opening this discussion!
We need to further investigate how to use get_solution_data for reduced matrices. I'll open an issue for that and keep you posted.
For the moment, as a shortcut, I'd suggest to use export_rl_matrix() that allows you to export the reduced matrix in a txt file.
For example:
m2d.export_rl_matrix(matrix_name="ReduceMatrix1", output_file=r"C:\Test\reduced.txt")
Hope this makes sense,
Kind regards.
Giulia
``