{"id":22299256,"url":"https://github.com/davidgonmar/sat-ts","last_synced_at":"2026-05-18T19:04:05.467Z","repository":{"id":210608821,"uuid":"726907008","full_name":"davidgonmar/sat-ts","owner":"davidgonmar","description":"A DPLL-based SAT solver written in TypeScript, powered by Bun.","archived":false,"fork":false,"pushed_at":"2023-12-04T01:27:11.000Z","size":1755,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:18:43.255Z","etag":null,"topics":["ai","bun","dpll-algorithm","dpll-solver","logic","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidgonmar.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":null,"governance":null}},"created_at":"2023-12-03T18:44:19.000Z","updated_at":"2024-06-11T21:48:02.000Z","dependencies_parsed_at":"2023-12-04T02:38:08.046Z","dependency_job_id":null,"html_url":"https://github.com/davidgonmar/sat-ts","commit_stats":null,"previous_names":["davidgonmar/sat-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidgonmar/sat-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidgonmar%2Fsat-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidgonmar%2Fsat-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidgonmar%2Fsat-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidgonmar%2Fsat-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidgonmar","download_url":"https://codeload.github.com/davidgonmar/sat-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidgonmar%2Fsat-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000704,"owners_count":26082805,"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":["ai","bun","dpll-algorithm","dpll-solver","logic","typescript"],"created_at":"2024-12-03T18:05:01.383Z","updated_at":"2025-10-08T19:39:50.659Z","avatar_url":"https://github.com/davidgonmar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💡sat-ts\n\n## Introduction\n\nA DPLL-based SAT solver written in TypeScript, powered by Bun.\n\n## Usage\n\n### Requirements\n\nYou need to have Bun installed on your system. You can find more information at https://bun.sh/.\n\n### Running the solver\n\nFirst, clone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/davidgonmar/sat-ts.git\ncd sat-ts\nbun install\n```\n\nThen, you can run the solver with:\n\n```bash\nbun sat-ts \u003cpath-to-cnf-file\u003e\n```\n\nThe program accepts CNF files in the DIMACS format.\n\n### Example\n\n```bash\nbun sat-ts path/to/file.cnf\n\n# Example output\nFinished with result: SAT\nParsed in: 0.123 seconds\nSolved in: 0.456 seconds\nTotal time: 0.579 seconds\n```\n\n### Testing\n\nTests can be run with:\n\n```bash\nbun test\n```\n\nTests for the solver use example .cnf files from the [SATLIB Benchmark Problems](https://www.cs.ubc.ca/~hoos/SATLIB/benchm.html) mainly.\n\n### Linting and formatting\n\nThe project uses ESLint for linting. It can be run with:\n\n```bash\nbun lint\nbun format\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidgonmar%2Fsat-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidgonmar%2Fsat-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidgonmar%2Fsat-ts/lists"}