[
    {
        "description": "Minimize the following DFA",
        "testCases": [
            {
                "": true
            }
        ],
        "graph": {
            "nodes": [
                {
                    "left": 46,
                    "top": 58,
                    "i": true,
                    "f": true
                },
                {
                    "left": 171,
                    "top": 58,
                    "i": false,
                    "f": false
                },
                {
                    "left": 310,
                    "top": 57,
                    "i": false,
                    "f": true
                },
                {
                    "left": 40,
                    "top": 187,
                    "i": false,
                    "f": false
                },
                {
                    "left": 167,
                    "top": 187,
                    "i": false,
                    "f": false
                },
                {
                    "left": 314,
                    "top": 186,
                    "i": false,
                    "f": false
                }
            ],
            "edges": [
                {
                    "start": 0,
                    "end": 1,
                    "weight": "a"
                },
                {
                    "start": 0,
                    "end": 3,
                    "weight": "b"
                },
                {
                    "start": 1,
                    "end": 2,
                    "weight": "a"
                },
                {
                    "start": 1,
                    "end": 4,
                    "weight": "b"
                },
                {
                    "start": 2,
                    "end": 1,
                    "weight": "a"
                },
                {
                    "start": 2,
                    "end": 5,
                    "weight": "b"
                },
                {
                    "start": 3,
                    "end": 0,
                    "weight": "b"
                },
                {
                    "start": 3,
                    "end": 4,
                    "weight": "a"
                },
                {
                    "start": 4,
                    "end": 5,
                    "weight": "a"
                },
                {
                    "start": 4,
                    "end": 1,
                    "weight": "b"
                },
                {
                    "start": 5,
                    "end": 4,
                    "weight": "a"
                },
                {
                    "start": 5,
                    "end": 2,
                    "weight": "b"
                }
            ],
            "shorthand": false
        }
    }
]