{
    "Problem": [
        {
            "Lower bound": 14.0,
            "Name": "unknown",
            "Number of constraints": 4,
            "Number of nonzeros": 8,
            "Number of objectives": 1,
            "Number of variables": 4,
            "Sense": "minimize",
            "Upper bound": 14.0
        }
    ],
    "Solution": [
        {
            "number of solutions": 1,
            "number of solutions displayed": 1
        },
        {
            "Constraint": "No nonzero values",
            "Gap": 0.0,
            "Objective": {
                "o": {
                    "Value": 14.0
                }
            },
            "Status": "feasible",
            "Variable": {
                "x2": {
                    "Value": 3.0
                },
                "x3": {
                    "Value": 1.0
                }
            }
        }
    ],
    "Solver": [
        {
            "Error rc": 0,
            "Statistics": {
                "Branch and bound": {
                    "Number of bounded subproblems": 0,
                    "Number of created subproblems": 0
                }
            },
            "Status": "ok",
            "Termination condition": "optimal"
        }
    ]
}
