Skip to content

Commit 8f98091

Browse files
authored
Merge pull request #934 from JuliaRobotics/23Q1/api/solvedispatch
common dispatch for solveGraph! and Parametric
2 parents af06f83 + 7e40c2d commit 8f98091

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)