{"id":21607764,"url":"https://github.com/assios/ilp-implementation","last_synced_at":"2025-03-18T15:22:38.516Z","repository":{"id":27208605,"uuid":"30679448","full_name":"Assios/ILP-Implementation","owner":"Assios","description":null,"archived":false,"fork":false,"pushed_at":"2015-03-20T06:52:28.000Z","size":245,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T19:36:35.221Z","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/Assios.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-02-12T01:34:49.000Z","updated_at":"2019-05-04T10:49:20.000Z","dependencies_parsed_at":"2022-09-01T02:51:32.193Z","dependency_job_id":null,"html_url":"https://github.com/Assios/ILP-Implementation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2FILP-Implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2FILP-Implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2FILP-Implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Assios%2FILP-Implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Assios","download_url":"https://codeload.github.com/Assios/ILP-Implementation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244246570,"owners_count":20422461,"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":"2024-11-24T20:33:41.628Z","updated_at":"2025-03-18T15:22:38.488Z","avatar_url":"https://github.com/Assios.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILP implementation\n\nAn implementation of intuitionistic logic programming in Python.\n## Usage\n```sh\n$ python nprolog.py filename.ilp\n```\n**Then just run queries!**\n## Prolog syntax\n\nThis implementation uses a regular Prolog syntax, with some changes to support intuitionistic logic programming. You add facts and rules to an .ilp-file, and then you can run queries on it after loading the file.\n\n### Hypothetical queries\nThe following line means that nearPopular(A, C) is true if friend(A, C) would make popular(A) true:\n```sh\nnearPopular(A, C):- =\u003e(popular(A), friend(A, C))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassios%2Filp-implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassios%2Filp-implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassios%2Filp-implementation/lists"}