You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/implied/abstract.jl
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,9 @@ function check_acyclic(A::AbstractMatrix; verbose::Bool = false)
25
25
# check if non-triangular matrix is acyclic
26
26
acyclic =isone(det(I - A))
27
27
if acyclic
28
-
verbose &&@info"The matrix is acyclic. Reordering variables in the model to make the A matrix either Upper or Lower Triangular can significantly improve performance.\n" maxlog =
29
-
1
28
+
verbose &&
29
+
@info"The matrix is acyclic. Reordering variables in the model to make the A matrix either Upper or Lower Triangular can significantly improve performance.\n" maxlog =
0 commit comments