39 lines
872 B
JSON
39 lines
872 B
JSON
{
|
|
"title": "Example task",
|
|
"author": "Anton Vakhrushev",
|
|
|
|
"models": {
|
|
|
|
"simpleexample": {
|
|
|
|
"title": "Simple model for example",
|
|
"author": "Anton Vakhrushev",
|
|
"date": "2012-03-08",
|
|
|
|
"exec": true,
|
|
|
|
"params": {
|
|
|
|
"x": {
|
|
"type": "int",
|
|
"default": 10,
|
|
"title": "Main parameter"
|
|
},
|
|
|
|
"u": {
|
|
"type": "double",
|
|
"default": 3.14
|
|
},
|
|
|
|
"n": {
|
|
"type": "int",
|
|
"default": 1000,
|
|
"title": "Steps",
|
|
"comment": "Number of steps for algorithm"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|