Skip to content

Instantly share code, notes, and snippets.

@patham9
Created May 15, 2016 11:59
Show Gist options
  • Save patham9/74d8e49222a83cb0b8fc9ca7132e2cdf to your computer and use it in GitHub Desktop.
Save patham9/74d8e49222a83cb0b8fc9ca7132e2cdf to your computer and use it in GitHub Desktop.
(generate-conclusions
(r/rules :belief)
'{:action :belief,
:lvars [],
:truth (1.0 0.9),
:budget (0.5 0.8 0.5),
:statement [--> [* a1 a2] m],
:occurrence :eternal}
'{:action :belief,
:lvars [],
:truth (1.0 0.9),
:budget (0.5 0.8 0.5),
:statement [m],
:occurrence :eternal})
=> ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment