Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions choose_best_layout.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down