8000 GitHub - Qanu-survey/eye: Euler Yet another proof Engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from eyereasoner/eye

Euler Yet another proof Engine

License

Notifications You must be signed in to change notification settings

Qanu-survey/eye

 
 

Repository files navigation

Euler Yet another proof Engine - EYE

EYE EYE is a reasoning engine supporting the Semantic Web layers.
It performs controlled chaining and it supports Euler paths.
Via N3 it is interoperable with Cwm.

Controlled chaining is backward chaining for rules using <= in N3
and forward chaining for rules using => in N3.
This can be seen at work in EYE reasoning.

Euler paths are roughly "don't step in your own steps" which is inspired by
what Leonhard Euler discovered in 1736 for the Königsberg Bridge Problem.
EYE sees the rule P => C as P & NOT(C) => C.

EYE can be installed manually on Linux, Windows and MacOSX.
EYE is also available in a Docker container for command line use
and in a Docker container for HTTP client use.

Architecture and design

The EYE stack comprises the following Software and Machines:
EYE-stack

This is what the basic EAM (Euler Abstract Machine) does in a nutshell:

  1. Select rule P => C
  2. Prove P & NOT(C) (backward chaining) and if it fails backtrack to 1.
  3. If P & NOT(C) assert C (forward chaining) and remove brake
  4. If C = answer(A) and tactic limited-answer stop, else backtrack to 2.
  5. If brake or tactic linear-select stop, else start again at 1.

See also

EYE paper

EYE tutorial

EYE talk

About

Euler Yet another proof Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Prolog 92.5%
  • Shell 7.2%
  • Other 0.3%
0