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: 7 months ago
JSON representation

Basic implementation of General Problem Solver algorithm

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.