Skip to content

A Prolog-like logic inference system with cost-aware reasoning

License

Notifications You must be signed in to change notification settings

mushitoriami/cosp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosp

A Prolog-like logic inference system with cost-aware reasoning.

$ cat program.plc
[1] f(x?) :- g(x?).
[2] g(p*).
[4] f(p*).
$ cosp program.plc
?- f(x?).
x = p*
3.
?-

About

A Prolog-like logic inference system with cost-aware reasoning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages