Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsonric committed Nov 17, 2024
1 parent 8ab8137 commit 11aabcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/junction_trees/elimination_trees.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# An ordered graph (G, σ) equipped with the elimination tree T of its elimination graph.
# Nodes i in T correspond to vertices σ(i) in G.
struct EliminationTree{T <: Union{Tree, PostorderTree}}
tree::T # elimination tree
tree::T # elimination tree
graph::OrderedGraph # ordered graph
end

Expand Down
2 changes: 1 addition & 1 deletion src/junction_trees/supernode_trees.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# An ordered graph (G, σ) equipped with a supernodal elimination tree T.
struct SupernodeTree
tree::PostorderTree # supernodal elimination tree
graph::OrderedGraph # ordered graph
graph::OrderedGraph # ordered graph
representative::Vector{Int} # representative vertex
cardinality::Vector{Int} # supernode cardinality
ancestor::Vector{Int} # first ancestor
Expand Down

0 comments on commit 11aabcb

Please sign in to comment.