Skip to content

Instantly share code, notes, and snippets.

@silky
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silky/8700168 to your computer and use it in GitHub Desktop.
Save silky/8700168 to your computer and use it in GitHub Desktop.
example json file for zoo
{ "version": 1.0, "class": "P",
"relations": {
"contained_in": [
{"class": "NP" },
{"class": "EXP" },
{"class": "K", "condition": "Exponential time hypothesis", "ref": "Fake09"}
],
"equals": [
{"class": "K"},
{"class": "J", "condition": "P=NP"}
],
"contains": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment