{"id":24914157,"url":"https://github.com/csvitor-dev/pytableaux","last_synced_at":"2025-03-28T05:22:34.632Z","repository":{"id":257169426,"uuid":"846598184","full_name":"csvitor-dev/PyTableaux","owner":"csvitor-dev","description":"Mini project of a Tableaux solver (deductive system for propositional logic) using Python 3.","archived":false,"fork":false,"pushed_at":"2024-09-14T21:06:03.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T06:16:34.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/csvitor-dev.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":"2024-08-23T14:45:25.000Z","updated_at":"2024-09-14T21:06:06.000Z","dependencies_parsed_at":"2024-09-15T05:40:26.520Z","dependency_job_id":"8b56578e-28f0-47d3-9130-eec6b25a17fd","html_url":"https://github.com/csvitor-dev/PyTableaux","commit_stats":null,"previous_names":["csvitor-dev/pytableaux"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FPyTableaux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FPyTableaux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FPyTableaux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FPyTableaux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csvitor-dev","download_url":"https://codeload.github.com/csvitor-dev/PyTableaux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245974203,"owners_count":20702985,"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":[],"created_at":"2025-02-02T06:16:36.776Z","updated_at":"2025-03-28T05:22:34.604Z","avatar_url":"https://github.com/csvitor-dev.png","language":"Python","readme":"# PyTableaux | Tableaux solver with _Python_\n\nBefore anything else, set up your _**Python**_ environment (`venv`) with the follwing command in the current folder:\n\nThe first step is to install the version of _**Python**_ used in the project, which is contained in the file `.python-version`:\n\n```bash\npyenv install\n```\n\nNow create the environment using this installed version:\n\n```bash\npyenv virtualenv \u003cpy_version\u003e \u003cenv_name\u003e\npyenv activate \u003cenv_name\u003e\n```\n\nAnd install the dependencies:\n\n```bash\npip install --require-virtualenv -r ./requirements.txt\n```\n\nTo insert an input file, simpley enter the following in the terminal:\n\n```bash\npython main.py \u003c ./inputs/\u003cbenchmark-file\u003e.tab\n```\n\nFor example, let's insert to first test file:\n\n```bash\npython main.py \u003c ./inputs/example.tab\n```\n\nThis example file will generate the following output:\n\n```bash\nsatisfiable\n```\n\nNow, let's test a file that admits an **UNSAT** formula:\n\n```\npython main.py \u003c ./inputs/example2.tab\n```\n\nGenerating the following output:\n\n```bash\nunsatisfiable\nTp Fq\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsvitor-dev%2Fpytableaux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsvitor-dev%2Fpytableaux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsvitor-dev%2Fpytableaux/lists"}