From ecab01ab6c94dcc40c86740dc756acfeb8670f0d Mon Sep 17 00:00:00 2001 From: loreloc Date: Thu, 10 Oct 2024 18:36:13 +0100 Subject: [PATCH] add ChowLiuTree to region graph __init__.py file --- cirkit/templates/region_graph/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cirkit/templates/region_graph/__init__.py b/cirkit/templates/region_graph/__init__.py index ae5af7c8..6de1daca 100644 --- a/cirkit/templates/region_graph/__init__.py +++ b/cirkit/templates/region_graph/__init__.py @@ -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