Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 371 Bytes

lgraph

Creates L intersection graph from edge represented graph. Simple UI available.

Usage

  1. Draw graph. Edges are created/deleted by clicking on a pair of vertices.
  2. Load file. The textfile must have two numbers representing an edge separated by a space on each line.

Note

This is my first larger project. The commit messages and code are not polished.