Skip to content

Commit

Permalink
fix(interpreted functions): removed leftovers from previous planner i…
Browse files Browse the repository at this point in the history
…mplementation
  • Loading branch information
Samuel Gobbi committed Nov 19, 2024
1 parent f4564dc commit e19ecb1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions unified_planning/engines/interpreted_functions_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ def __init__(self, *args, **kwargs):
mixins.OneshotPlannerMixin.__init__(self)
self._knowledge = OrderedDict()

@property
def knowledge(self):
return self._knowledge

def add_knowledge(self, key, value):
self._knowledge[key] = value

@property
def name(self) -> str:
return f"InterpretedFunctionsPlanner[{self.engine.name}]"
Expand Down

0 comments on commit e19ecb1

Please sign in to comment.