Changes between Version 1 and Version 2 of Ticket #5770, comment 5
- Timestamp:
- 2020-01-15T13:55:48Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5770, comment 5
v1 v2 1 1 I updated the {{{-d=dumpLoops}}} option for better visual partitioning of components and added {{{-d=dumpLoopsVerbose}}} to dump solvability information about the components in [https://github.com/OpenModelica/OpenModelica/pull/664 PR664]. Here is a sample output for the component in question: 2 2 3 {{{ 4 ################################################################################ 3 {{{################################################################################ 5 4 dumpLoops: SORTED COMPONENT 6 5 ################################################################################ … … 123 122 18:(18,solved) (5,variable(true)) (-7,variable(true)) (14,variable(true)) (7,variable(true)) (15,variable(true)) (-5,variable(true)) 124 123 125 Adjacency Matrix Enhanced (row == equation) 126 ==================================== 124 125 Transpose Adjacency Matrix Enhanced (row == var) 126 ===================================== 127 127 number of rows: 18 128 128 1:(-14,variable(true)) (-12,variable(true)) (12,variable(true)) (9,variable(true)) (8,variable(true))