This models the room key forwarding algorithm as a decision tree and provides tooling to render it as a PDF or PNG. # Usage ```text make # Render the decision tree both as a PDF and PNG ``` ```text make pdf # Renders the decision tree as a PDF make png # Renders the decision tree as a PNG ``` ```text make clean # Remove rendered artifacts ```