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.
Jip J. Dekker 1d9faf38de Squashed 'software/gecode/' content from commit 313e8764
git-subtree-dir: software/gecode
git-subtree-split: 313e87646da4fc2752a70e83df16d993121a8e40
2021-06-16 14:02:33 +10:00

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
}