{"id":15675348,"url":"https://github.com/adjivas/expert-system","last_synced_at":"2025-03-30T06:14:52.916Z","repository":{"id":83022982,"uuid":"46880188","full_name":"adjivas/expert-system","owner":"adjivas","description":"The expert system is a 42 project and a Boolean network inference","archived":false,"fork":false,"pushed_at":"2016-03-03T14:47:37.000Z","size":1940,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-05T08:16:33.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adjivas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2015-11-25T18:47:27.000Z","updated_at":"2016-01-18T14:32:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d4ee648-ef69-4c44-a4c4-9e82dcf211f5","html_url":"https://github.com/adjivas/expert-system","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/adjivas%2Fexpert-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fexpert-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fexpert-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adjivas%2Fexpert-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adjivas","download_url":"https://codeload.github.com/adjivas/expert-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281312,"owners_count":20752213,"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-10-03T15:58:46.749Z","updated_at":"2025-03-30T06:14:52.897Z","avatar_url":"https://github.com/adjivas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expert-System\n\n[![docs-badge][]][docs] [![license-badge][]][license] [![travis-badge][]][travis] [![coverage-badge][]][coverage]\n\n#### How to build:\n```shell\ngit clone https://github.com/adjivas/expert-system expert_sys \u0026\u0026 cd expert_sys\ncargo build\n```\n\n#### Rules:\n* An axiom can imply another axiom and has a boolean value.\n* An axiom is a axiom and a expression.\n* A expression can imply another expression.\n* A expression can be the result of another expressions.\n\n#### Directory-Tree:\n```shell\n.\n|__ Cargo.toml\n|__ LICENSE\n|__ README.md\n|__ examples\n│   |__ and.rs\n│   |__ or.rs\n│   |__ xor.rs\n│   |__ not.rs\n│   |__ solver.rs\n│   \\__ axiom.rs\n|__ src\n│   |__ lib.rs\n│   |__ main.rs\n│   |__ axiom.rs\n│   |__ set.rs\n│   |__ exp.rs\n│   \\__ ops\n│       |__ and.rs\n│       |__ or.rs\n│       |__ xor.rs\n│       |__ not.rs\n│       \\__ mod.rs\n\\__ tests\n    |__ lib.rs\n    |__ and.rs\n    |__ or.rs\n    |__ xor.rs\n    |__ not.rs\n    \\__ axiom.rs\n```\n\n#### License:\n*expert-system*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license][license].\n\n[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square\n[docs]: http://adjivas.github.io/expert-system/expert_sys\n[license-badge]: http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square\n[license]: https://github.com/adjivas/expert-system/blob/master/LICENSE\n[travis-badge]: https://travis-ci.org/adjivas/expert-system.svg?style=flat-square\n[travis]: https://travis-ci.org/adjivas/expert-system\n[coverage-badge]: https://coveralls.io/repos/adjivas/expert-system/badge.svg?branch=master\u0026service=github\n[coverage]: https://coveralls.io/github/adjivas/expert-system?branch=master\n[circle-badge]: https://circleci.com/gh/adjivas/expert-system/tree/master.svg?style=svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjivas%2Fexpert-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadjivas%2Fexpert-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadjivas%2Fexpert-system/lists"}