Advertisement
logicmoo

Untitled

Jun 3rd, 2015
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ZXBasic 43.79 KB | None | 0 0
  1. #  Wff#  Wff Instance
  2. -----  ----  ------------
  3.   [0]  query   query :- [1].
  4.   [1]  refuted_t(mudChild,iSon1,iFather1)      refuted_t(mudChild,iSon1,iFather1) :- [2] , [3].
  5.   [2]  red         not_unknowable_t(mudChild,iSon1,iFather1).
  6.   [3]  red         not_assumed_t(mudChild,iSon1,iFather1).
  7. Proof END.
  8. % /devel/LogicmooDeveloperFramework/PrologMUD/packs/logicmoo_engine/prolog/logicmoo/logicmoo_engine.pl:1305
  9. %               succceeded(user:pttp_prove(logicmoo_example3, query)).
  10. %
  11. :- dynamic pttp_test_took/3.
  12.  
  13. pttp_test_took(logicmoo_example3, success, 0.0005987990000022592).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement