Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 302 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 302 Bytes

Backwards-reasoning-PSZT

Warsaw University of Technology project for Basics of AI course

Syntax of knowledge base:
& -> and
=> -> implies
- -> negation
; -> separates sentences
A sentence without '&' or '=>' is a fact

Example:

A & -B => C; -B;

A and not B imply C. Not B is a fact.