[
  {
    "description": "Minimize the following DFA.",
    "testCases": [
      {
        "": true
      }
    ],
    "graph": {
      "nodes": [
        {
          "left": 589.9999847412109,
          "top": 356,
          "i": true,
          "f": false
        },
        {
          "left": 433.99998474121094,
          "top": 276,
          "i": false,
          "f": false
        },
        {
          "left": 210,
          "top": 297,
          "i": false,
          "f": false
        },
        {
          "left": 459.99998474121094,
          "top": 153,
          "i": false,
          "f": true
        },
        {
          "left": 383.99998474121094,
          "top": 50,
          "i": false,
          "f": false
        },
        {
          "left": 295.99998474121094,
          "top": 0,
          "i": false,
          "f": true
        },
        {
          "left": 10,
          "top": 288,
          "i": false,
          "f": true
        }
      ],
      "edges": [
        {
          "start": 0,
          "end": 1,
          "weight": "a"
        },
        {
          "start": 1,
          "end": 2,
          "weight": "a"
        },
        {
          "start": 1,
          "end": 3,
          "weight": "b"
        },
        {
          "start": 2,
          "end": 2,
          "weight": "a"
        },
        {
          "start": 2,
          "end": 6,
          "weight": "b"
        },
        {
          "start": 3,
          "end": 4,
          "weight": "a"
        },
        {
          "start": 4,
          "end": 5,
          "weight": "b"
        },
        {
          "start": 5,
          "end": 4,
          "weight": "a"
        }
      ],
      "shorthand": false
    }
  }
]
