Skip to content

Version 0.0.1

Latest
Compare
Choose a tag to compare
@dpalmasan dpalmasan released this 01 Jul 14:56

First Release

Pylogic or python-logic is a library for doing logic programs. In this first release we support:

  • Propositional logic
    • Literals and predicates.
    • Inference: DPPL and Resolution algorithm
  • First Order Logic
    • Horn Clauses
    • Backward chaining

We also provide examples such as map coloring.