File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " DistributedFactorGraphs"
22uuid = " b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3- version = " 0.18.3 "
3+ version = " 0.18.4 "
44
55[deps ]
66Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -28,13 +28,13 @@ Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02"
2828[compat ]
2929Colors = " 0.10, 0.11, 0.12"
3030Distributions = " 0.23, 0.24, 0.25"
31- DocStringExtensions = " 0.8"
31+ DocStringExtensions = " 0.8, 0.9 "
3232Graphs = " 1.4"
3333GraphPlot = " 0.5.0"
3434JSON = " 0.21"
3535JSON2 = " 0.3.1"
3636LightGraphs = " 1.2, 1.3"
37- ManifoldsBase = " 0.11, 0.12"
37+ ManifoldsBase = " 0.11, 0.12, 0.13 "
3838Neo4j = " 2"
3939Pkg = " 1.4, 1.5"
4040Reexport = " 1"
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ Example
374374using IncrementalInference
375375
376376# canonical example graph as example
377- fg = generateCanonicalFG_Kaess ()
377+ fg = generateGraph_Kaess ()
378378
379379@show path = findShortestPathDijkstra(fg, :x1, :x3)
380380@show isVariable.(fg, path)
You can’t perform that action at this time.
0 commit comments