131 lines
2.5 KiB
JSON
131 lines
2.5 KiB
JSON
{
|
|
"execution_info": {
|
|
"timestamp": "2025-06-05T23:11:43.398040Z",
|
|
"total_queries": 15,
|
|
"successful": 15,
|
|
"failed": 0,
|
|
"input_file": "test_motor_puro.json"
|
|
},
|
|
"results": [
|
|
{
|
|
"index": 0,
|
|
"input": "x = 5",
|
|
"output": "Eq(x, 5)",
|
|
"result_type": "equation",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 1,
|
|
"input": "y = x + 3",
|
|
"output": "Eq(y, x + 3)",
|
|
"result_type": "equation",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 2,
|
|
"input": "z = x + y",
|
|
"output": "Eq(z, x + y)",
|
|
"result_type": "equation",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 3,
|
|
"input": "x=?",
|
|
"output": "x",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 4,
|
|
"input": "y=?",
|
|
"output": "y",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 5,
|
|
"input": "z=?",
|
|
"output": "x + y",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 6,
|
|
"input": "solve(x)",
|
|
"output": "[]",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 7,
|
|
"input": "solve(y)",
|
|
"output": "[]",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 8,
|
|
"input": "2 + 3",
|
|
"output": "5",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 9,
|
|
"input": "sin(pi/2)",
|
|
"output": "1",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 10,
|
|
"input": "16#FF + 10",
|
|
"output": "16",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 11,
|
|
"input": "a = b + 5",
|
|
"output": "Eq(a, b + 5)",
|
|
"result_type": "equation",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 12,
|
|
"input": "b = 3",
|
|
"output": "Eq(b, 3)",
|
|
"result_type": "equation",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 13,
|
|
"input": "a=?",
|
|
"output": "b + 5",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
},
|
|
{
|
|
"index": 14,
|
|
"input": "4/5",
|
|
"output": "4/5 ≈ 0.800000",
|
|
"result_type": "symbolic",
|
|
"success": true,
|
|
"error": null
|
|
}
|
|
]
|
|
} |