Add cell tower coverage template#58
Open
vladimirvalenta wants to merge 4 commits intomainfrom
Open
Conversation
|
The docs preview for this pull request has been deployed to Vercel!
|
cafzal
approved these changes
May 7, 2026
Collaborator
cafzal
left a comment
There was a problem hiding this comment.
Approve with one small fix
Clean MCLP template — fills a real portfolio gap (single-reasoner site-selection prescriptive, distinct from telco_network_recovery's upgrade planning and subscriber_retention's churn ML). Code, sample data, and narrative all hold up. py_compile and ruff check both pass.
Please fix before merge
industry: "Energy & Utilities" → industry: "Telecommunications" (README.md:6). Title, tags, entities, and units are all wireless/telco; mis-classification would mislead customers browsing by industry. Matches subscriber_retention and telco_network_recovery.
Nits (optional)
- Drop the
# Cell Tower CoverageH1 atREADME.md:19— sample-template says front-mattertitle:is sufficient. - Section headers drift from sample-template canonical (
# Configure coverage policy→# Configure inputs;# Solve→# Solve and check solution). Meaning is clear; aligning helps cross-template readers. - Replace
Objective: covered population = ...in the README expected-output block with a real number from a run, so users can sanity-check.
Highlights worth keeping
- Pre-solve validation block (
cell_tower_coverage.py:49-73) catches dangling IDs and unreachable zones — not required but a great pattern. - Sample data is domain-realistic: tower types (Macro / Small Cell), plausible build-cost and distance/signal ranges, names like "Midtown Rooftop" and "East Utility Pole" that read like a real screening shortlist.
- Combinatorial enough to be non-trivial: 6 sites × 10 zones × 19 feasible pairs with capacity + budget + cardinality interacting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cell_tower_coverage, a prescriptive optimization template for wireless infrastructure coverage planning.Verification
python3 -m py_compile cell_tower_coverage.py./.venv/bin/python cell_tower_coverage/cell_tower_coverage.py