{"id":23858479,"url":"https://github.com/unstablebrainiac/satsolver","last_synced_at":"2026-06-24T00:32:25.510Z","repository":{"id":195067181,"uuid":"691365135","full_name":"unstablebrainiac/SATSolver","owner":"unstablebrainiac","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-30T08:59:49.000Z","size":7611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T10:37:08.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/unstablebrainiac.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}},"created_at":"2023-09-14T03:14:10.000Z","updated_at":"2023-09-14T03:15:26.000Z","dependencies_parsed_at":"2023-09-27T10:20:27.955Z","dependency_job_id":null,"html_url":"https://github.com/unstablebrainiac/SATSolver","commit_stats":null,"previous_names":["unstablebrainiac/satsolver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unstablebrainiac/SATSolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstablebrainiac%2FSATSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstablebrainiac%2FSATSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstablebrainiac%2FSATSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstablebrainiac%2FSATSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unstablebrainiac","download_url":"https://codeload.github.com/unstablebrainiac/SATSolver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstablebrainiac%2FSATSolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34712578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2025-01-03T03:15:39.557Z","updated_at":"2026-06-24T00:32:25.478Z","avatar_url":"https://github.com/unstablebrainiac.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAT Solver\n\nThe primary aim of this project is to design and implement a SAT solver, which is a software tool used to solve Boolean satisfiability problems.\n\n## Description\n\nInitially, the project focuses on handling CNF inputs exclusively. It begins by parsing CNF files in the DIMACS format (as described in https://www.cs.rice.edu/~vardi/comp409/satformat.pdf). The objective is to provide a solution, presenting an assignment when the problem is satisfiable and reporting \"UNSAT\" when it is not.\n\n## Usage\n\nRun the sat.main class `PuzzleSolverMain` to solve the sample puzzle defined in the file `resources/puzzle.cnf`, using several different implementations of the DPLL Algorithm, and to assert the equality of their results.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstablebrainiac%2Fsatsolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funstablebrainiac%2Fsatsolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstablebrainiac%2Fsatsolver/lists"}