diff --git a/examples/zoo/zoo.py b/examples/zoo/zoo.py index 8ae79db..e3cda15 100644 --- a/examples/zoo/zoo.py +++ b/examples/zoo/zoo.py @@ -13,6 +13,7 @@ class ZooKB(KBBase): def __init__(self): super().__init__(pseudo_label_list=list(range(7)), use_cache=False) + # Use z3 solver self.solver = Solver() # Load information of Zoo dataset