diff --git a/choose_best_layout.py b/choose_best_layout.py index 8ac4dc2..b91a813 100644 --- a/choose_best_layout.py +++ b/choose_best_layout.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +""" +choose_layout.py +Given a number of leaves and a commitment style, run app.py for multiple fanouts +and pick the layout that minimizes a chosen metric. +""" from __future__ import annotations import argparse