Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inanyan/basic-gps
Basic implementation of General Problem Solver algorithm
https://github.com/inanyan/basic-gps
Last synced: 13 days ago
JSON representation
Basic implementation of General Problem Solver algorithm
- Host: GitHub
- URL: https://github.com/inanyan/basic-gps
- Owner: InAnYan
- License: mit
- Created: 2023-11-28T10:48:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:40:13.000Z (about 1 year ago)
- Last Synced: 2024-11-22T01:41:44.955Z (about 2 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic implementation of General Problem Solver algorithm
Key features:
- Written in Haskell in less than 50 LOC.
- Abstract. You can have different types for operations and goals.Warning:
- It is not tested.
- It does not fix problems like clobbered sibling problem, or recursive subgoal problem, etc.