{"id":21606124,"url":"https://github.com/bwconrad/dpll-sat-solver","last_synced_at":"2025-07-30T08:03:58.127Z","repository":{"id":114901539,"uuid":"116431409","full_name":"bwconrad/DPLL-SAT-Solver","owner":"bwconrad","description":"SAT solver using the DPLL algorithm","archived":false,"fork":false,"pushed_at":"2018-01-12T04:14:18.000Z","size":18,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T14:49:15.996Z","etag":null,"topics":["artificial-intelligence","python3","sat"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bwconrad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-05T22:06:36.000Z","updated_at":"2023-01-26T03:42:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"129e425e-ead6-413d-b442-61be1c65dce9","html_url":"https://github.com/bwconrad/DPLL-SAT-Solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bwconrad/DPLL-SAT-Solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwconrad%2FDPLL-SAT-Solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwconrad%2FDPLL-SAT-Solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwconrad%2FDPLL-SAT-Solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwconrad%2FDPLL-SAT-Solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bwconrad","download_url":"https://codeload.github.com/bwconrad/DPLL-SAT-Solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwconrad%2FDPLL-SAT-Solver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267834742,"owners_count":24151635,"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-07-30T02:00:09.044Z","response_time":70,"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":["artificial-intelligence","python3","sat"],"created_at":"2024-11-24T20:19:19.909Z","updated_at":"2025-07-30T08:03:58.068Z","avatar_url":"https://github.com/bwconrad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DPLL SAT Solver\n\nSAT solver using the Davis–Putnam–Logemann–Loveland algorithm implemented in Python 3. \n\nTo run use an instances file as input to the program:\n```\npython3 dpll.py small_instances.txt\n```\n\n## File Syntax\n\n### Instances:\nEach clause is written in single line with literals from 0 to N that are negated with a prepending '-'.\n```\n2 -0 4 -3 -1\n```\nSAT problems are divided by a newline between the clauses.\n```\n-0 -1\n0 1\n\n-0 -1 3\n0 -2 3\n2 -1 0\n```\n### Assignments\nEach line denotes the positive or negative assignments to the literals for the corresponding SAT problem in the instances file.\n```\n-0 1\n0 -1 2 3\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwconrad%2Fdpll-sat-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwconrad%2Fdpll-sat-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwconrad%2Fdpll-sat-solver/lists"}