https://github.com/inanyan/basic-gps
Basic implementation of General Problem Solver algorithm
https://github.com/inanyan/basic-gps
Last synced: 7 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:40:13.000Z (over 2 years ago)
- Last Synced: 2024-12-26T18:28:09.364Z (over 1 year 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.