Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 280 Bytes

File metadata and controls

18 lines (14 loc) · 280 Bytes

logexp

Logic over Expression

What is logexp

Mathematical expression handling on top of the Prolog language.

Status

Very experimental.

Usage

Target environment is swi-prolog.

?- use_package(engine).
?- use_package(axiom, []).
?- equiv(x+x, 2*x).
true.