{"id":26129836,"url":"https://github.com/ds4dm/zero","last_synced_at":"2025-10-08T22:08:13.037Z","repository":{"id":95397816,"uuid":"271374364","full_name":"ds4dm/ZERO","owner":"ds4dm","description":"ZERO is a modular C++ library interfacing Mathematical Programming and Game Theory.","archived":false,"fork":false,"pushed_at":"2024-03-12T08:27:13.000Z","size":35953,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T19:06:26.116Z","etag":null,"topics":["algorithmic-game-theory","game-theory","mathematical-programming","mixed-integer-programming"],"latest_commit_sha":null,"homepage":"https://ds4dm.github.io/ZERO/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ds4dm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support_files/FormulateLCP.png","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-10T20:07:22.000Z","updated_at":"2025-03-01T20:16:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a4626b0-90ac-4d48-98ca-c17f534a4c8a","html_url":"https://github.com/ds4dm/ZERO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ds4dm/ZERO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds4dm%2FZERO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds4dm%2FZERO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds4dm%2FZERO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds4dm%2FZERO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ds4dm","download_url":"https://codeload.github.com/ds4dm/ZERO/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds4dm%2FZERO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000779,"owners_count":26082851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithmic-game-theory","game-theory","mathematical-programming","mixed-integer-programming"],"created_at":"2025-03-10T19:59:24.118Z","updated_at":"2025-10-08T22:08:13.003Z","avatar_url":"https://github.com/ds4dm.png","language":"C++","readme":"\u003cimg src=\"https://github.com/ds4dm/ZERO/raw/master/docs/support_files/zero.png\" width=\"250\"\u003e\u003c/br\u003e\u003cbr\u003e\n![ZERODocs](https://github.com/ds4dm/ZERO/workflows/ZERODocs/badge.svg)\n\nZERO is a modular C++ library for Mathematical Programming Games. It provides a comprehensive toolkit of modeling interfaces, helper tools, and algorithms to design games and find their Nash equilibria.\n\n## Documentation\nThe documentation is available [here](https://ds4dm.github.io/ZERO/).\n\n\n## Citing\n\nIf you use ZERO for your research, please refer to the following papers:\n\n* [ZERO: Playing Mathematical Programming Games](https://arxiv.org/abs/2111.07932)\n\n  ```\n  @article{Dragotto_2021_ZEROSoftware,\n    title        = {{ZERO: Playing Mathematical Programming Games}},\n    author       = {Dragotto, Gabriele and  Sankaranarayanan, Sriram and Carvalho, Margarida and Lodi, Andrea},\n    year         = 2021,\n    journal     = {arXiv},\n    volume       = {abs/2111.07932},\n    url          = {https://arxiv.org/abs/2111.07932},\n    eprinttype   = {arXiv}\n  }\n\n  ```\n* [The Cut and Play Algorithm: Computing Nash Equilibria via Outer Approximations](https://arxiv.org/abs/2111.05726):\n\n  ```\n  @article{Dragotto_2021_CNP,\n    title        = {{The Cut-and-Play Algorithm: Computing Nash Equilibria via Outer Approximations}},\n    author       = {Carvalho, Margarida and Dragotto, Gabriele and Lodi, Andrea and Sankaranarayanan, Sriram},\n    year         = 2023,\n    journal      = {arXiv},\n    volume       = {abs/2111.05726},\n    url          = {https://arxiv.org/abs/2111.05726},\n    eprinttype   = {arXiv}\n  }\n  ```\n* [The Zero Regrets Algorithm: Optimizing over Pure Nash Equilibria via Integer Programming](https://arxiv.org/abs/2111.06382):\n\n  ```\n  @article{Dragotto_2021_ZERORegrets,\n    title        = {{The Zero Regrets Algorithm: Optimizing over Pure Nash Equilibria via Integer Programming}},\n    author       = {Dragotto, Gabriele and Scatamacchia, Rosario},\n    year         = 2023,\n    journal      = {INFORMS Journal on Computing},\n    volume       = {To Appear},\n    url          = {https://doi.org/10.1287/ijoc.2022.0282}\n  }\n  ```\n* [Mathematical Programming Games](https://publications.polymtl.ca/10220/), Ph.D. Thesis:\n\n  ```\n  @phdthesis{Dragotto_2022_Thesis,\n    title        = {{Mathematical Programming Games}},\n    author       = {Dragotto, Gabriele},\n    year         = 2022,\n    school       = {Polytechnique Montr{\\'e}al},\n    url=         = {https://publications.polymtl.ca/10220/}\n  }\n  ```\n\n\n## LICENSE\nThis code is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.\n\n## Maintenance\n- [@gdragotto](https://github.com/gdragotto) - Contact: [gdragotto@princeton.edu](mailto:gdragotto@princeton.edu)\n- [@ssriram1992](https://github.com/ssriram1992/) - Contact: [srirams@iima.ac.in](mailto:srirams@iima.ac.in)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fds4dm%2Fzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fds4dm%2Fzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fds4dm%2Fzero/lists"}