1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

34 lines
1.2 KiB
Plaintext

{
"id": "org.gecode.gecode",
"name": "Gecode",
"description": "Gecode FlatZinc executable",
"version": "@GECODE_VERSION@",
"mznlib": "../gecode",
"executable": "../../../bin/fzn-gecode",
"tags": ["cp", "int", "float", "set", "restart"],
"stdFlags": ["-a", "-f", "-n", "-p", "-r", "-s", "-t", "--cp-profiler"],
"extraFlags": [
["--c-d", "Recomputation commit distance", "int", "8"],
["--a-d", "Recomputation adaption distance", "int", "2"],
["--decay", "Decay factor", "float", "0.99"],
["--node", "Node cutoff", "int", "0"],
["--fail", "Failure cutoff", "int", "0"],
[
"--restart",
"Restart sequence type",
"opt:none:constant:linear:luby:geometric",
"none"
],
["--restart-base", "Base for geometric restart sequence", "float", "1.5"],
["--restart-scale", "Scale factor for restart sequence", "int", "250"],
["--nogoods", "Use no-goods from restarts", "bool", "false"],
["--nogoods-limit", "Depth limit for no-good extraction", "int", "128"]
],
"supportsMzn": false,
"supportsFzn": true,
"needsSolns2Out": true,
"needsMznExecutable": false,
"needsStdlibDir": false,
"isGUIApplication": false
}