Skip to content

Commit 7e40c2d

Browse files
authored
common dispatch for solveGraph! and Parametric
1 parent af06f83 commit 7e40c2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Common.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,11 @@ DevNotes
105105
106106
"""
107107
getVariableLabelNumber(vs::Symbol, prefix=string(vs)[1]) = parse(Int, string(vs)[(length(prefix)+1):end])
108+
109+
110+
## =================================
111+
## Additional Downstream dispatches
112+
## =================================
113+
114+
function solveGraph! end
115+
function solveGraphParametric! end

0 commit comments

Comments
 (0)