9c6ee729d6
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
16 lines
535 B
Text
16 lines
535 B
Text
{
|
|
"id": "org.gecode.gecode",
|
|
"name": "Gecode",
|
|
"description": "Gecode FlatZinc executable",
|
|
"version": "VERSION-WILL-BE-REPLACED-BY-JQ",
|
|
"mznlib": "MZNLIB-WILL-BE-REPLACED-BY-JQ",
|
|
"executable": "FZN_GECODE-WILL-BE-REPLACED-BY-JQ",
|
|
"tags": ["cp","int", "float", "set", "restart"],
|
|
"stdFlags": ["-a","-f","-n","-p","-r","-s","-t"],
|
|
"supportsMzn": false,
|
|
"supportsFzn": true,
|
|
"needsSolns2Out": true,
|
|
"needsMznExecutable": false,
|
|
"needsStdlibDir": false,
|
|
"isGUIApplication": false
|
|
}
|