This change will display in the output, the variable pairs for which some choice causes infinity. It is not specific but it is the first step in the direction of displaying meaningful output of where failure occurs.
Right now it is a list. E.g., if variable pair x (source) y (target) has $\infty$ coefficient in the matrix, it would display as x ➔ y; and the output is a list of such pairs. To get this output the --fin arg must be set to ensure run to completion.
Future enhancement would be to add more details to this output, like we had discussed previously.
This change will display in the output, the variable pairs for which some choice causes infinity. It is not specific but it is the first step in the direction of displaying meaningful output of where failure occurs.
Right now it is a list. E.g., if variable pair
x
(source)y
(target) has $\infty$ coefficient in the matrix, it would display asx ➔ y
; and the output is a list of such pairs. To get this output the--fin
arg must be set to ensure run to completion.Future enhancement would be to add more details to this output, like we had discussed previously.