Skip to content

Commit

Permalink
add ChowLiuTree to region graph __init__.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
loreloc committed Oct 10, 2024
1 parent c0a8170 commit ecab01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cirkit/templates/region_graph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .algorithms import ChowLiuTree as ChowLiuTree
from .algorithms import FullyFactorized as FullyFactorized
from .algorithms import LinearTree as LinearTree
from .algorithms import PoonDomingos as PoonDomingos
Expand Down

0 comments on commit ecab01a

Please sign in to comment.