[
  {
    "description": "Minimize the following DFA.",
    "testCases": [
      {
        "": true
      }
    ],
    "graph": {
      "nodes": [
        {
          "left": 14,
          "top": 7,
          "i": true,
          "f": false
        },
        {
          "left": 14,
          "top": 114,
          "i": false,
          "f": false
        },
        {
          "left": 300,
          "top": 108,
          "i": false,
          "f": false
        },
        {
          "left": 200,
          "top": 190,
          "i": false,
          "f": false
        },
        {
          "left": 400,
          "top": 14,
          "i": false,
          "f": true
        },
        {
          "left": 200,
          "top": 14,
          "i": false,
          "f": false
        },
        {
          "left": 600,
          "top": 267,
          "i": false,
          "f": false
        },
        {
          "left": 14,
          "top": 271,
          "i": false,
          "f": true
        },
        {
          "left": 600,
          "top": 18,
          "i": false,
          "f": false
        }
      ],
      "edges": [
        {
          "start": 0,
          "end": 2,
          "weight": "a"
        },
        {
          "start": 0,
          "end": 1,
          "weight": "b"
        },
        {
          "start": 1,
          "end": 2,
          "weight": "b"
        },
        {
          "start": 1,
          "end": 7,
          "weight": "a"
        },
        {
          "start": 2,
          "end": 3,
          "weight": "a"
        },
        {
          "start": 2,
          "end": 4,
          "weight": "b"
        },
        {
          "start": 3,
          "end": 7,
          "weight": "b"
        },
        {
          "start": 3,
          "end": 3,
          "weight": "a"
        },
        {
          "start": 4,
          "end": 5,
          "weight": "a"
        },
        {
          "start": 4,
          "end": 8,
          "weight": "b"
        },
        {
          "start": 5,
          "end": 0,
          "weight": "b"
        },
        {
          "start": 5,
          "end": 4,
          "weight": "a"
        },
        {
          "start": 6,
          "end": 2,
          "weight": "a"
        },
        {
          "start": 6,
          "end": 4,
          "weight": "b"
        },
        {
          "start": 7,
          "end": 6,
          "weight": "a"
        },
        {
          "start": 7,
          "end": 3,
          "weight": "b"
        },
        {
          "start": 8,
          "end": 4,
          "weight": "a"
        },
        {
          "start": 8,
          "end": 6,
          "weight": "b"
        }
      ],
      "shorthand": false
    }
  }
]
