h2r / Task-Scoping

Remove irrelevant variables and operators from planning problems via static analysis!
2 stars 0 forks source link

Add type hints, and maybe some dataclasses #4

Open MichaelJFishman opened 2 years ago

MichaelJFishman commented 2 years ago

Type hints for all our functions. Dataclasses for eg the elements of action_precond_list.

This should make it easier to read the code.