Skip to content

Commit

Permalink
fixed refs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsonric committed Nov 20, 2024
1 parent c98ceb0 commit 3434467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/junction_trees/supernode_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A type of supernode. The options are
- [`Node`](@ref)
- [`MaximalSupernode`](@ref)
- [`FundamentalSupernode`](@ref)
- [`Maximal](@ref)
- [`Fundamental`](@ref)
"""
abstract type SupernodeType end

Expand All @@ -18,15 +18,15 @@ struct Node <: SupernodeType end


"""
MaximalSupernode <: Supernode
Maximal <: Supernode
A maximal supernode.
"""
struct Maximal <: SupernodeType end


"""
FundamentalSupernode <: Supernode
Fundamental <: Supernode
A fundamental supernode.
"""
Expand Down

0 comments on commit 3434467

Please sign in to comment.