{"id":20684837,"url":"https://github.com/zbendefy/opencl-satsolver","last_synced_at":"2025-04-22T13:24:07.169Z","repository":{"id":31434515,"uuid":"34998117","full_name":"zbendefy/opencl-satsolver","owner":"zbendefy","description":"Brute force sat solver in OpenCL","archived":false,"fork":false,"pushed_at":"2018-06-19T08:22:59.000Z","size":1704,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T15:34:25.587Z","etag":null,"topics":["gpgpu","gpu","java","opencl","opencl-satsolver","sat-solver","solver"],"latest_commit_sha":null,"homepage":"","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/zbendefy.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}},"created_at":"2015-05-03T19:35:26.000Z","updated_at":"2024-02-08T02:18:58.000Z","dependencies_parsed_at":"2022-09-09T09:40:14.266Z","dependency_job_id":null,"html_url":"https://github.com/zbendefy/opencl-satsolver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbendefy%2Fopencl-satsolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbendefy%2Fopencl-satsolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbendefy%2Fopencl-satsolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbendefy%2Fopencl-satsolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbendefy","download_url":"https://codeload.github.com/zbendefy/opencl-satsolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250246942,"owners_count":21398976,"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","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":["gpgpu","gpu","java","opencl","opencl-satsolver","sat-solver","solver"],"created_at":"2024-11-16T22:24:10.671Z","updated_at":"2025-04-22T13:24:07.137Z","avatar_url":"https://github.com/zbendefy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opencl-satsolver\n\nThis is a simple Brute force sat solver, written in Java, and OpenCL (using the JOCL bindings). It basically parses the input expression, and tries every single variable configuration.\n\nThere is a test app included, that can be used to try the libs features.\n\n## Trying the library\n\nDownload the SatSolverTest.jar from the repository (or build it from the source), and run it from the command line:\n\njava -jar SatSolverTest.jar\n\n## Features:\n  * Supports expressions up to 62 boolean variables\n  * AND, OR, NEGATE operators\n  * Can evaluate expressions like: A \u0026 B | (C \u0026 !D)\n  * Can load .CNF files\n\nNote that above 24-26 variables calculation times can be very-very long.\n\n\n\n#### There are 2 methods implemented:\n * The Single/simple solver will return a byte array where each byte represents a solution.\n * The Multi solver will pack 8 results into a byte (each bit represents a solution), to save on memory (and to allow more variables). \nFor larger problems, the multi solver method is automatically selected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbendefy%2Fopencl-satsolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbendefy%2Fopencl-satsolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbendefy%2Fopencl-satsolver/lists"}