Skip to content

Problem: Routable Spaces #130

@ChuckM

Description

@ChuckM

Create a set of point pairs [(x,y),(x',y')), ((x,y),(x',y')),... bound the points by the rectangle min(x),min(y) by max(x), max(y). Create routes between every pair of points while staying within the bounding rectangle and not crossing any existing path.

This is a simple precursor to the planar routing problem faced by autorouters on PCBs and FPGAs etc. It makes for a fun graphical puzzle to solve arithmetically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions