Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- kif :-
- all(O3,
- all(P3,
- all(N3,
- exists([O3, P3], (human(N3)=>mother(O3, N3)&father(P3, N3)))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- pkif :-
- all(O3,
- all(P3,
- all(N3,
- exists(O3,
- exists(P3,
- (human(N3)=>mother(O3, N3)&father(P3, N3))))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- cnf :-
- (not(skolem(O3, skArg1ofMotherFn(N3)))v (not(skolem(P3, skArg1ofFatherFn(N3)))v (not(human(N3))v mother(O3, N3))))& (not(skolem(O3, skArg1ofMotherFn(N3)))v (not(skolem(P3, skArg1ofFatherFn(N3)))v (not(human(N3))v father(P3, N3)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- horn :-
- [ (not(human(N3)):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), not(father(P3, N3))),
- (not(human(N3)):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), not(mother(O3, N3))),
- (not(skolem(O3, skArg1ofMotherFn(N3))):-skolem(P3, skArg1ofFatherFn(N3)), human(N3), not(father(P3, N3))),
- (not(skolem(O3, skArg1ofMotherFn(N3))):-skolem(P3, skArg1ofFatherFn(N3)), human(N3), not(mother(O3, N3))),
- (not(skolem(P3, skArg1ofFatherFn(N3))):-skolem(O3, skArg1ofMotherFn(N3)), human(N3), not(father(P3, N3))),
- (not(skolem(P3, skArg1ofFatherFn(N3))):-skolem(O3, skArg1ofMotherFn(N3)), human(N3), not(mother(O3, N3))),
- (father(P3, N3):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), human(N3)),
- (mother(O3, N3):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), human(N3))
- ].
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- pfc :-
- [ (neg(human(N3))<=neg(father(P3, N3)), {vg(s(N3))}),
- (neg(human(N3))<=neg(mother(O3, N3)), {vg(s(N3))}),
- true,
- true,
- true,
- true,
- ({ignore(O3=skArg1ofMotherFn(N3))}, human(N3)=>{vg(s(N3))}, if_missing(father(P3, N3), father(skArg1ofFatherFn(N3), N3))),
- ({ignore(P3=skArg1ofFatherFn(N3))}, human(N3)=>{vg(s(N3))}, if_missing(mother(O3, N3), mother(skArg1ofMotherFn(N3), N3)))
- ].
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(arity(if_missing, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, ptBinaryPredicate(if_missing))).
- %
- % Adding (:) ptBinaryPredicate(if_missing) <-------- (pt(tPred(if_missing),rhs([ptBinaryPredicate(if_missing)])) <=TF=> tPred(if_missing))
- % Removing (pfc_rem1(neg(ptBinaryPredicate(if_missing)), (u,u))) neg(ptBinaryPredicate(if_missing)).
- % Removing (pfc_rem1(neg(arity(if_missing,2)), (u,u))) neg(arity(if_missing,2)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(arity(if_missing, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(argIsa(if_missing, 2, ftPercent)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(argIsa(if_missing, 2, ftInt)))).
- %
- % Removing (pfc_rem1(neg(tPred(if_missing)), (u,u))) neg(tPred(if_missing)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(tPred(if_missing)))).
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- kif :-
- all(O3,
- all(P3,
- all(N3,
- exists([O3, P3], (human(N3)=>mother(O3, N3)&father(P3, N3)))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- pkif :-
- all(O3,
- all(P3,
- all(N3,
- exists(O3,
- exists(P3,
- (human(N3)=>mother(O3, N3)&father(P3, N3))))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- cnf :-
- (not(skolem(O3, skArg1ofMotherFn(N3)))v (not(skolem(P3, skArg1ofFatherFn(N3)))v (not(human(N3))v mother(O3, N3))))& (not(skolem(O3, skArg1ofMotherFn(N3)))v (not(skolem(P3, skArg1ofFatherFn(N3)))v (not(human(N3))v father(P3, N3)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- horn :-
- [ (not(human(N3)):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), not(father(P3, N3))),
- (not(human(N3)):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), not(mother(O3, N3))),
- (not(skolem(O3, skArg1ofMotherFn(N3))):-skolem(P3, skArg1ofFatherFn(N3)), human(N3), not(father(P3, N3))),
- (not(skolem(O3, skArg1ofMotherFn(N3))):-skolem(P3, skArg1ofFatherFn(N3)), human(N3), not(mother(O3, N3))),
- (not(skolem(P3, skArg1ofFatherFn(N3))):-skolem(O3, skArg1ofMotherFn(N3)), human(N3), not(father(P3, N3))),
- (not(skolem(P3, skArg1ofFatherFn(N3))):-skolem(O3, skArg1ofMotherFn(N3)), human(N3), not(mother(O3, N3))),
- (father(P3, N3):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), human(N3)),
- (mother(O3, N3):-skolem(O3, skArg1ofMotherFn(N3)), skolem(P3, skArg1ofFatherFn(N3)), human(N3))
- ].
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- pfc :-
- [ (neg(human(N3))<=neg(father(P3, N3)), {vg(s(N3))}),
- (neg(human(N3))<=neg(mother(O3, N3)), {vg(s(N3))}),
- true,
- true,
- true,
- true,
- ({ignore(O3=skArg1ofMotherFn(N3))}, human(N3)=>{vg(s(N3))}, if_missing(father(P3, N3), father(skArg1ofFatherFn(N3), N3))),
- ({ignore(P3=skArg1ofFatherFn(N3))}, human(N3)=>{vg(s(N3))}, if_missing(mother(O3, N3), mother(skArg1ofMotherFn(N3), N3)))
- ].
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:are_clauses_entailed([ (neg(human(N3))<=neg(father(P3, N3)), {vg(s(N3))}), (neg(human(N3))<=neg(mother(O3, N3)), {vg(s(N3))}), true, true, true, true, ({ignore(O3=skArg1ofMotherFn(N3))}, human(N3)=>{vg(s(N3))}, if_missing(father(P3, N3), father(skArg1ofFatherFn(N3), N3))), ({ignore(P3=skArg1ofFatherFn(N3))}, human(N3)=>{vg(s(N3))}, if_missing(mother(O3, N3), mother(skArg1ofMotherFn(N3), N3)))])).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, if_missing(mother(_, trudy), mother(skArg1ofMotherFn(trudy), trudy)))).
- %
- % Adding (:) if_missing(mother(_G10823,trudy),mother(skArg1ofMotherFn(trudy),trudy)) <-------- (pt(human(trudy),rhs([{vg(s(trudy))},if_missing(mother(_G10823,trudy),mother(skArg1ofMotherFn(trudy),trudy))])) <=TF=> human(trudy))
- % Removing (pfc_rem1(neg(if_missing(mother(_G21071,trudy),mother(skArg1ofMotherFn(trudy),trudy))), (u,u))) neg(if_missing(mother(_G18526,trudy),mother(skArg1ofMotherFn(trudy),trudy))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, (~ (mother(A, trudy)/ (mother(A, trudy)\==mother(skArg1ofMotherFn(trudy), trudy)))=>mother(skArg1ofMotherFn(trudy), trudy)))).
- %
- % Adding (:) ~ (mother(_G18526,trudy)/ (mother(_G18526,trudy)\==mother(skArg1ofMotherFn(trudy),trudy)))=>mother(skArg1ofMotherFn(trudy),trudy) <-------- (pt(if_missing(mother(_G18526,trudy),mother(skArg1ofMotherFn(trudy),trudy)),rhs([ (~ (mother(_G18526,trudy)/ (mother(_G18526,trudy)\==mother(skArg1ofMotherFn(trudy),trudy)))=>mother(skArg1ofMotherFn(trudy),trudy))])) <=TF=> if_missing(mother(_G10823,trudy),mother(skArg1ofMotherFn(trudy),trudy)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcCreates, p, mother(skArg1ofMotherFn(trudy), trudy), 0))).
- %
- % Adding (:) pfcMark(pfcCreates,p,mother(skArg1ofMotherFn(trudy),trudy),0) <-------- (g <=TF=> s(((~ (mother(_G30418,trudy)/ (mother(_G30418,trudy)\==mother(skArg1ofMotherFn(trudy),trudy)))=>mother(skArg1ofMotherFn(trudy),trudy)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcNegTrigger, n, mother, 2))).
- %
- % Adding (:) pfcMark(pfcNegTrigger,n,mother,2) <-------- (g <=TF=> s(((~ (mother(_G30418,trudy)/ (mother(_G30418,trudy)\==mother(skArg1ofMotherFn(trudy),trudy)))=>mother(skArg1ofMotherFn(trudy),trudy)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, mother(skArg1ofMotherFn(trudy), trudy))).
- %
- % Adding (:) mother(skArg1ofMotherFn(trudy),trudy) <-------- (nt(mother(_G49371,trudy), (call_u(mother(_G46817,trudy)),mother(_G46817,trudy)\==mother(skArg1ofMotherFn(trudy),trudy)),rhs([mother(skArg1ofMotherFn(trudy),trudy)])) <=TF=> \+mother(_G46814,trudy))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, parent(skArg1ofMotherFn(trudy), trudy))).
- %
- % Adding (:) parent(skArg1ofMotherFn(trudy),trudy) <-------- (pt(mother(skArg1ofMotherFn(trudy),trudy),rhs([{vg(s(trudy,skArg1ofMotherFn(trudy)))},parent(skArg1ofMotherFn(trudy),trudy)])) <=TF=> mother(skArg1ofMotherFn(trudy),trudy))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, ancestor(skArg1ofMotherFn(trudy), trudy))).
- %
- % Adding (:) ancestor(skArg1ofMotherFn(trudy),trudy) <-------- (pt(parent(skArg1ofMotherFn(trudy),trudy),rhs([{vg(s(trudy,skArg1ofMotherFn(trudy)))},ancestor(skArg1ofMotherFn(trudy),trudy)])) <=TF=> parent(skArg1ofMotherFn(trudy),trudy))
- % Removing (pfc_rem1(neg(ancestor(skArg1ofMotherFn(trudy),trudy)), (u,u))) neg(ancestor(skArg1ofMotherFn(trudy),trudy)).
- % Removing (pfc_rem1(neg(parent(skArg1ofMotherFn(trudy),trudy)), (u,u))) neg(parent(skArg1ofMotherFn(trudy),trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, female(skArg1ofMotherFn(trudy)))).
- %
- % Adding (:) female(skArg1ofMotherFn(trudy)) <-------- (pt(mother(skArg1ofMotherFn(trudy),trudy),rhs([{vg(s(skArg1ofMotherFn(trudy)))},female(skArg1ofMotherFn(trudy))])) <=TF=> mother(skArg1ofMotherFn(trudy),trudy))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(male(skArg1ofMotherFn(trudy))))).
- %
- % Adding (:) neg(male(skArg1ofMotherFn(trudy))) <-------- (pt(female(skArg1ofMotherFn(trudy)),rhs([{vg(s(skArg1ofMotherFn(trudy)))},neg(male(skArg1ofMotherFn(trudy)))])) <=TF=> female(skArg1ofMotherFn(trudy)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(father(skArg1ofMotherFn(trudy), _)))).
- %
- % Adding (:) neg(father(skArg1ofMotherFn(trudy),_G97327)) <-------- (pt(neg(male(skArg1ofMotherFn(trudy))), (vg(s(skArg1ofMotherFn(trudy)))->rhs([neg(father(skArg1ofMotherFn(trudy),_G97327))]))) <=TF=> neg(male(skArg1ofMotherFn(trudy))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(father(skArg1ofMotherFn(trudy),
- % _),
- % (u, u)),
- % father(skArg1ofMotherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(father(skArg1ofMotherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: father(skArg1ofMotherFn(trudy),_G102601)
- % Removing (pfc_rem1(father(skArg1ofMotherFn(trudy),_G107143), (u,u))) father(skArg1ofMotherFn(trudy),_G102601).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(father(skArg1ofMotherFn(trudy),
- % _),
- % (u, u)),
- % father(skArg1ofMotherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(father(skArg1ofMotherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: father(skArg1ofMotherFn(trudy),_G102601)
- % Removing (pfc_rem1(father(skArg1ofMotherFn(trudy),_G108823), (u,u))) father(skArg1ofMotherFn(trudy),_G102601).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(grandfather(skArg1ofMotherFn(trudy), _)))).
- %
- % Adding (:) neg(grandfather(skArg1ofMotherFn(trudy),_G111355)) <-------- (pt(neg(male(skArg1ofMotherFn(trudy))), (vg(s(skArg1ofMotherFn(trudy)))->rhs([neg(grandfather(skArg1ofMotherFn(trudy),_G111355))]))) <=TF=> neg(male(skArg1ofMotherFn(trudy))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandfather(skArg1ofMotherFn(trudy),
- % _),
- % (u, u)),
- % grandfather(skArg1ofMotherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(grandfather(skArg1ofMotherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandfather(skArg1ofMotherFn(trudy),_G116684)
- % Removing (pfc_rem1(grandfather(skArg1ofMotherFn(trudy),_G118617), (u,u))) grandfather(skArg1ofMotherFn(trudy),_G116684).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandfather(skArg1ofMotherFn(trudy),
- % _),
- % (u, u)),
- % grandfather(skArg1ofMotherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(grandfather(skArg1ofMotherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandfather(skArg1ofMotherFn(trudy),_G116684)
- % Removing (pfc_rem1(grandfather(skArg1ofMotherFn(trudy),_G120344), (u,u))) grandfather(skArg1ofMotherFn(trudy),_G116684).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(gender(skArg1ofMotherFn(trudy), male)))).
- %
- % Adding (:) neg(gender(skArg1ofMotherFn(trudy),male)) <-------- (pt(neg(male(skArg1ofMotherFn(trudy))),rhs([{vg(s(skArg1ofMotherFn(trudy)))},neg(gender(skArg1ofMotherFn(trudy),male))])) <=TF=> neg(male(skArg1ofMotherFn(trudy))))
- Couldn't retract spft(gender(skArg1ofMotherFn(trudy),male),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(gender(skArg1ofMotherFn(trudy), male))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofMotherFn(trudy),male)
- % Removing (pfc_rem1(gender(skArg1ofMotherFn(trudy),male), (u,u))) gender(skArg1ofMotherFn(trudy),male).
- Couldn't retract spft(gender(skArg1ofMotherFn(trudy),male),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(gender(skArg1ofMotherFn(trudy), male))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofMotherFn(trudy),male)
- % Removing (pfc_rem1(gender(skArg1ofMotherFn(trudy),male), (u,u))) gender(skArg1ofMotherFn(trudy),male).
- Couldn't retract spft(male(skArg1ofMotherFn(trudy)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(male(skArg1ofMotherFn(trudy)))).
- %
- pfc_undo_e ; Fact not found in user db: male(skArg1ofMotherFn(trudy))
- % Removing (pfc_rem1(male(skArg1ofMotherFn(trudy)), (u,u))) male(skArg1ofMotherFn(trudy)).
- Couldn't retract spft(male(skArg1ofMotherFn(trudy)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(male(skArg1ofMotherFn(trudy)))).
- %
- pfc_undo_e ; Fact not found in user db: male(skArg1ofMotherFn(trudy))
- % Removing (pfc_rem1(male(skArg1ofMotherFn(trudy)), (u,u))) male(skArg1ofMotherFn(trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, gender(skArg1ofMotherFn(trudy), female))).
- %
- % Adding (:) gender(skArg1ofMotherFn(trudy),female) <-------- (pt(female(skArg1ofMotherFn(trudy)),rhs([{vg(s(skArg1ofMotherFn(trudy)))},gender(skArg1ofMotherFn(trudy),female)])) <=TF=> female(skArg1ofMotherFn(trudy)))
- % Removing (pfc_rem1(neg(gender(skArg1ofMotherFn(trudy),female)), (u,u))) neg(gender(skArg1ofMotherFn(trudy),female)).
- % Removing (pfc_rem1(neg(female(skArg1ofMotherFn(trudy))), (u,u))) neg(female(skArg1ofMotherFn(trudy))).
- % Removing (pfc_rem1(neg(mother(skArg1ofMotherFn(trudy),trudy)), (u,u))) neg(mother(skArg1ofMotherFn(trudy),trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, if_missing(father(_, trudy), father(skArg1ofFatherFn(trudy), trudy)))).
- %
- % Adding (:) if_missing(father(_G40446,trudy),father(skArg1ofFatherFn(trudy),trudy)) <-------- (pt(human(trudy),rhs([{vg(s(trudy))},if_missing(father(_G40446,trudy),father(skArg1ofFatherFn(trudy),trudy))])) <=TF=> human(trudy))
- % Removing (pfc_rem1(neg(if_missing(father(_G50730,trudy),father(skArg1ofFatherFn(trudy),trudy))), (u,u))) neg(if_missing(father(_G48185,trudy),father(skArg1ofFatherFn(trudy),trudy))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, (~ (father(A, trudy)/ (father(A, trudy)\==father(skArg1ofFatherFn(trudy), trudy)))=>father(skArg1ofFatherFn(trudy), trudy)))).
- %
- % Adding (:) ~ (father(_G48185,trudy)/ (father(_G48185,trudy)\==father(skArg1ofFatherFn(trudy),trudy)))=>father(skArg1ofFatherFn(trudy),trudy) <-------- (pt(if_missing(father(_G48185,trudy),father(skArg1ofFatherFn(trudy),trudy)),rhs([ (~ (father(_G48185,trudy)/ (father(_G48185,trudy)\==father(skArg1ofFatherFn(trudy),trudy)))=>father(skArg1ofFatherFn(trudy),trudy))])) <=TF=> if_missing(father(_G40446,trudy),father(skArg1ofFatherFn(trudy),trudy)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcCreates, p, father(skArg1ofFatherFn(trudy), trudy), 0))).
- %
- % Adding (:) pfcMark(pfcCreates,p,father(skArg1ofFatherFn(trudy),trudy),0) <-------- (g <=TF=> s(((~ (father(_G60077,trudy)/ (father(_G60077,trudy)\==father(skArg1ofFatherFn(trudy),trudy)))=>father(skArg1ofFatherFn(trudy),trudy)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcNegTrigger, n, father, 2))).
- %
- % Adding (:) pfcMark(pfcNegTrigger,n,father,2) <-------- (g <=TF=> s(((~ (father(_G60077,trudy)/ (father(_G60077,trudy)\==father(skArg1ofFatherFn(trudy),trudy)))=>father(skArg1ofFatherFn(trudy),trudy)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, father(skArg1ofFatherFn(trudy), trudy))).
- %
- % Adding (:) father(skArg1ofFatherFn(trudy),trudy) <-------- (nt(father(_G79030,trudy), (call_u(father(_G76476,trudy)),father(_G76476,trudy)\==father(skArg1ofFatherFn(trudy),trudy)),rhs([father(skArg1ofFatherFn(trudy),trudy)])) <=TF=> \+father(_G76473,trudy))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, parent(skArg1ofFatherFn(trudy), trudy))).
- %
- % Adding (:) parent(skArg1ofFatherFn(trudy),trudy) <-------- (pt(father(skArg1ofFatherFn(trudy),trudy),rhs([{vg(s(trudy,skArg1ofFatherFn(trudy)))},parent(skArg1ofFatherFn(trudy),trudy)])) <=TF=> father(skArg1ofFatherFn(trudy),trudy))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, ancestor(skArg1ofFatherFn(trudy), trudy))).
- %
- % Adding (:) ancestor(skArg1ofFatherFn(trudy),trudy) <-------- (pt(parent(skArg1ofFatherFn(trudy),trudy),rhs([{vg(s(trudy,skArg1ofFatherFn(trudy)))},ancestor(skArg1ofFatherFn(trudy),trudy)])) <=TF=> parent(skArg1ofFatherFn(trudy),trudy))
- % Removing (pfc_rem1(neg(ancestor(skArg1ofFatherFn(trudy),trudy)), (u,u))) neg(ancestor(skArg1ofFatherFn(trudy),trudy)).
- % Removing (pfc_rem1(neg(parent(skArg1ofFatherFn(trudy),trudy)), (u,u))) neg(parent(skArg1ofFatherFn(trudy),trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, male(skArg1ofFatherFn(trudy)))).
- %
- % Adding (:) male(skArg1ofFatherFn(trudy)) <-------- (pt(father(skArg1ofFatherFn(trudy),trudy),rhs([{vg(s(skArg1ofFatherFn(trudy)))},male(skArg1ofFatherFn(trudy))])) <=TF=> father(skArg1ofFatherFn(trudy),trudy))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(female(skArg1ofFatherFn(trudy))))).
- %
- % Adding (:) neg(female(skArg1ofFatherFn(trudy))) <-------- (pt(male(skArg1ofFatherFn(trudy)),rhs([{vg(s(skArg1ofFatherFn(trudy)))},neg(female(skArg1ofFatherFn(trudy)))])) <=TF=> male(skArg1ofFatherFn(trudy)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(mother(skArg1ofFatherFn(trudy), _)))).
- %
- % Adding (:) neg(mother(skArg1ofFatherFn(trudy),_G6428)) <-------- (pt(neg(female(skArg1ofFatherFn(trudy))), (vg(s(skArg1ofFatherFn(trudy)))->rhs([neg(mother(skArg1ofFatherFn(trudy),_G6428))]))) <=TF=> neg(female(skArg1ofFatherFn(trudy))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(mother(skArg1ofFatherFn(trudy),
- % _),
- % (u, u)),
- % mother(skArg1ofFatherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(mother(skArg1ofFatherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: mother(skArg1ofFatherFn(trudy),_G11702)
- % Removing (pfc_rem1(mother(skArg1ofFatherFn(trudy),_G16535), (u,u))) mother(skArg1ofFatherFn(trudy),_G11702).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(mother(skArg1ofFatherFn(trudy),
- % _),
- % (u, u)),
- % mother(skArg1ofFatherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(mother(skArg1ofFatherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: mother(skArg1ofFatherFn(trudy),_G11702)
- % Removing (pfc_rem1(mother(skArg1ofFatherFn(trudy),_G26766), (u,u))) mother(skArg1ofFatherFn(trudy),_G11702).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(grandmother(skArg1ofFatherFn(trudy), _)))).
- %
- % Adding (:) neg(grandmother(skArg1ofFatherFn(trudy),_G33465)) <-------- (pt(neg(female(skArg1ofFatherFn(trudy))), (vg(s(skArg1ofFatherFn(trudy)))->rhs([neg(grandmother(skArg1ofFatherFn(trudy),_G33465))]))) <=TF=> neg(female(skArg1ofFatherFn(trudy))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandmother(skArg1ofFatherFn(trudy),
- % _),
- % (u, u)),
- % grandmother(skArg1ofFatherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(grandmother(skArg1ofFatherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandmother(skArg1ofFatherFn(trudy),_G38794)
- % Removing (pfc_rem1(grandmother(skArg1ofFatherFn(trudy),_G41444), (u,u))) grandmother(skArg1ofFatherFn(trudy),_G38794).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandmother(skArg1ofFatherFn(trudy),
- % _),
- % (u, u)),
- % grandmother(skArg1ofFatherFn(trudy), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(grandmother(skArg1ofFatherFn(trudy), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandmother(skArg1ofFatherFn(trudy),_G38794)
- % Removing (pfc_rem1(grandmother(skArg1ofFatherFn(trudy),_G43171), (u,u))) grandmother(skArg1ofFatherFn(trudy),_G38794).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, neg(gender(skArg1ofFatherFn(trudy), female)))).
- %
- % Adding (:) neg(gender(skArg1ofFatherFn(trudy),female)) <-------- (pt(neg(female(skArg1ofFatherFn(trudy))),rhs([{vg(s(skArg1ofFatherFn(trudy)))},neg(gender(skArg1ofFatherFn(trudy),female))])) <=TF=> neg(female(skArg1ofFatherFn(trudy))))
- Couldn't retract spft(gender(skArg1ofFatherFn(trudy),female),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(gender(skArg1ofFatherFn(trudy), female))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofFatherFn(trudy),female)
- % Removing (pfc_rem1(gender(skArg1ofFatherFn(trudy),female), (u,u))) gender(skArg1ofFatherFn(trudy),female).
- Couldn't retract spft(gender(skArg1ofFatherFn(trudy),female),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(gender(skArg1ofFatherFn(trudy), female))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofFatherFn(trudy),female)
- % Removing (pfc_rem1(gender(skArg1ofFatherFn(trudy),female), (u,u))) gender(skArg1ofFatherFn(trudy),female).
- Couldn't retract spft(female(skArg1ofFatherFn(trudy)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(female(skArg1ofFatherFn(trudy)))).
- %
- pfc_undo_e ; Fact not found in user db: female(skArg1ofFatherFn(trudy))
- % Removing (pfc_rem1(female(skArg1ofFatherFn(trudy)), (u,u))) female(skArg1ofFatherFn(trudy)).
- Couldn't retract spft(female(skArg1ofFatherFn(trudy)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % failed_show_call(user:retract(female(skArg1ofFatherFn(trudy)))).
- %
- pfc_undo_e ; Fact not found in user db: female(skArg1ofFatherFn(trudy))
- % Removing (pfc_rem1(female(skArg1ofFatherFn(trudy)), (u,u))) female(skArg1ofFatherFn(trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:call_with_attvars(asserta, gender(skArg1ofFatherFn(trudy), male))).
- %
- % Adding (:) gender(skArg1ofFatherFn(trudy),male) <-------- (pt(male(skArg1ofFatherFn(trudy)),rhs([{vg(s(skArg1ofFatherFn(trudy)))},gender(skArg1ofFatherFn(trudy),male)])) <=TF=> male(skArg1ofFatherFn(trudy)))
- % Removing (pfc_rem1(neg(gender(skArg1ofFatherFn(trudy),male)), (u,u))) neg(gender(skArg1ofFatherFn(trudy),male)).
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(trudy))), (u,u))) neg(male(skArg1ofFatherFn(trudy))).
- % Removing (pfc_rem1(neg(father(skArg1ofFatherFn(trudy),trudy)), (u,u))) neg(father(skArg1ofFatherFn(trudy),trudy)).
- % Removing (pfc_rem1(neg(human(trudy)), (u,u))) neg(human(trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % gripe_time(warn(0.5370427960000086>0.5), user:pfc_fwd2(human(trudy), (u, u))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(human(_)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % gripe_time(warn(0.5402104600000115>0.5),
- % user:pfc_fwd2(repropagate(human(_)), (g, g))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(parent(trudy, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(ancestor(trudy, _)))).
- %
- % Removing (pfc_rem1(neg(parent(skArg1ofMotherFn(trudy),trudy)), (u,u))) neg(parent(skArg1ofMotherFn(trudy),trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(parent(skArg1ofMotherFn(trudy), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(male(skArg1ofMotherFn(trudy))))).
- %
- % Removing (pfc_rem1(neg(female(skArg1ofMotherFn(trudy))), (u,u))) neg(female(skArg1ofMotherFn(trudy))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(female(skArg1ofMotherFn(trudy))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(grandparent(skArg1ofMotherFn(trudy), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(breeder(_, skArg1ofMotherFn(trudy))))).
- %
- % Removing (pfc_rem1(neg(parent(skArg1ofFatherFn(trudy),trudy)), (u,u))) neg(parent(skArg1ofFatherFn(trudy),trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(parent(skArg1ofFatherFn(trudy), _)))).
- %
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(trudy))), (u,u))) neg(male(skArg1ofFatherFn(trudy))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(male(skArg1ofFatherFn(trudy))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(female(skArg1ofFatherFn(trudy))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(grandparent(skArg1ofFatherFn(trudy), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(mother(skArg1ofFatherFn(trudy), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % succeed(user:must(repropagate(breeder(_, skArg1ofFatherFn(trudy))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % gripe_time(warn(2.3789810300000056>0.5),
- % user:pfc_fwd2(clif(all(A, exists([B, C], (human(A)=>mother(B, A)&father(C, A))))), (all(D, exists([E, F], (human(D)=>mother(E, D)&father(F, D)))), pt(all(A, exists([B, C], (human(A)=>mother(B, A)&father(C, A)))), (is_clif(all(A, exists([B, C], (human(A)=>mother(B, A)&father(C, A)))))->rhs([clif(all(A, exists([B, C], (human(A)=>mother(B, A)&father(C, A)))))])))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % gripe_time(warn(2.3847636429999994>0.5),
- % user:pfc_fwd2(all(A, exists([B, C], (human(A)=>mother(B, A)&father(C, A)))), (u, u))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:296
- % gripe_time(warn(2.3878984830000007>0.6),
- % user:pfc_assert_fast_timed(all(A, exists([B, C], (human(A)=>mother(B, A)&father(C, A)))), (u, u))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:297
- % succeed(user:must(father(skArg1ofFatherFn(trudy), trudy))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % kif:cl_assert(pfc(hybrid), mother(trudy, eileen)).
- %
- % Removing (pfc_rem1(neg(parent(eileen,douglas)), (u,u))) neg(parent(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(parent(eileen, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(female(trudy)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(male(trudy)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(parent(trudy, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % warn(nonground_remove_if_unsupported(pfc_rem1(father(trudy, _), (u, u)),
- % father(trudy, _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % warn(nonground_remove_if_unsupported(pfc_rem1(father(trudy, _), (u, u)),
- % father(trudy, _))).
- %
- % Removing (pfc_rem1(neg(grandparent(trudy,douglas)), (u,u))) neg(grandparent(trudy,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(grandparent(trudy, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(male(trudy)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandfather(trudy, _), (u, u)),
- % grandfather(trudy, _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandfather(trudy, _), (u, u)),
- % grandfather(trudy, _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(breeder(_, trudy)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(female(skArg1ofFatherFn(trudy))))).
- %
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(trudy))), (u,u))) neg(male(skArg1ofFatherFn(trudy))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(male(skArg1ofFatherFn(trudy))))).
- %
- % Removing (pfc_rem1(neg(female(skArg1ofMotherFn(trudy))), (u,u))) neg(female(skArg1ofMotherFn(trudy))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(female(skArg1ofMotherFn(trudy))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(male(skArg1ofMotherFn(trudy))))).
- %
- % Removing (pfc_rem1(neg(ancestor(eileen,douglas)), (u,u))) neg(ancestor(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(ancestor(eileen, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(ancestor(douglas, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(ancestor(douglas, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(ancestor(douglas, _)))).
- %
- % Removing (pfc_rem1(neg(ancestor(eileen,douglas)), (u,u))) neg(ancestor(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(ancestor(eileen, _)))).
- %
- % Removing (pfc_rem1(neg(ancestor(eileen,douglas)), (u,u))) neg(ancestor(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(ancestor(eileen, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(parent(trudy, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(male(trudy)))).
- %
- % Removing (pfc_rem1(neg(parent(eileen,douglas)), (u,u))) neg(parent(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(parent(eileen, _)))).
- %
- % Removing (pfc_rem1(neg(female(trudy)), (u,u))) neg(female(trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(female(trudy)))).
- %
- % Removing (pfc_rem1(neg(parent(eileen,douglas)), (u,u))) neg(parent(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:298
- % succeed(user:must(repropagate(parent(eileen, _)))).
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- kif :-
- all(P1, all(P2, if((human(P1), ancestor(P1, P2)), human(P2)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- pkif :-
- all(P1, all(P2, (human(P1)&ancestor(P1, P2)=>human(P2)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- cnf :-
- human(P2)v (not(human(P1))v not(ancestor(P1, P2))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- horn :-
- [ (human(P2):-human(P1), ancestor(P1, P2)),
- (not(human(P1)):-not(human(P2)), ancestor(P1, P2)),
- (not(ancestor(P1, P2)):-not(human(P2)), human(P1))
- ].
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- pfc :-
- [ (human(P1), ancestor(P1, P2)=>{vg(s(P2))}, human(P2)),
- (neg(human(P1))<=neg(human(P2)), ancestor(P1, P2), {vg(s(P1))}),
- (neg(ancestor(P1, P2))<=neg(human(P2)), human(P1), {vg(s(P2, P1))})
- ].
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, human(eileen))).
- %
- % Adding (:) human(eileen) <-------- (pt(ancestor(trudy,_G3309),rhs([{vg(s(_G3309))},human(_G3309)])) <=TF=> ancestor(trudy,eileen))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, human(douglas))).
- %
- % Adding (:) human(douglas) <-------- (pt(ancestor(eileen,_G6889),rhs([{vg(s(_G6889))},human(_G6889)])) <=TF=> ancestor(eileen,douglas))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, if_missing(mother(_, douglas), mother(skArg1ofMotherFn(douglas), douglas)))).
- %
- % Adding (:) if_missing(mother(_G13007,douglas),mother(skArg1ofMotherFn(douglas),douglas)) <-------- (pt(human(douglas),rhs([{vg(s(douglas))},if_missing(mother(_G13007,douglas),mother(skArg1ofMotherFn(douglas),douglas))])) <=TF=> human(douglas))
- % Removing (pfc_rem1(neg(if_missing(mother(_G23312,douglas),mother(skArg1ofMotherFn(douglas),douglas))), (u,u))) neg(if_missing(mother(_G20767,douglas),mother(skArg1ofMotherFn(douglas),douglas))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, (~ (mother(A, douglas)/ (mother(A, douglas)\==mother(skArg1ofMotherFn(douglas), douglas)))=>mother(skArg1ofMotherFn(douglas), douglas)))).
- %
- % Adding (:) ~ (mother(_G20767,douglas)/ (mother(_G20767,douglas)\==mother(skArg1ofMotherFn(douglas),douglas)))=>mother(skArg1ofMotherFn(douglas),douglas) <-------- (pt(if_missing(mother(_G20767,douglas),mother(skArg1ofMotherFn(douglas),douglas)),rhs([ (~ (mother(_G20767,douglas)/ (mother(_G20767,douglas)\==mother(skArg1ofMotherFn(douglas),douglas)))=>mother(skArg1ofMotherFn(douglas),douglas))])) <=TF=> if_missing(mother(_G13007,douglas),mother(skArg1ofMotherFn(douglas),douglas)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcCreates, p, mother(skArg1ofMotherFn(douglas), douglas), 0))).
- %
- % Adding (:) pfcMark(pfcCreates,p,mother(skArg1ofMotherFn(douglas),douglas),0) <-------- (g <=TF=> s(((~ (mother(_G32711,douglas)/ (mother(_G32711,douglas)\==mother(skArg1ofMotherFn(douglas),douglas)))=>mother(skArg1ofMotherFn(douglas),douglas)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, if_missing(father(_, douglas), father(skArg1ofFatherFn(douglas), douglas)))).
- %
- % Adding (:) if_missing(father(_G49432,douglas),father(skArg1ofFatherFn(douglas),douglas)) <-------- (pt(human(douglas),rhs([{vg(s(douglas))},if_missing(father(_G49432,douglas),father(skArg1ofFatherFn(douglas),douglas))])) <=TF=> human(douglas))
- % Removing (pfc_rem1(neg(if_missing(father(_G59773,douglas),father(skArg1ofFatherFn(douglas),douglas))), (u,u))) neg(if_missing(father(_G57228,douglas),father(skArg1ofFatherFn(douglas),douglas))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, (~ (father(A, douglas)/ (father(A, douglas)\==father(skArg1ofFatherFn(douglas), douglas)))=>father(skArg1ofFatherFn(douglas), douglas)))).
- %
- % Adding (:) ~ (father(_G57228,douglas)/ (father(_G57228,douglas)\==father(skArg1ofFatherFn(douglas),douglas)))=>father(skArg1ofFatherFn(douglas),douglas) <-------- (pt(if_missing(father(_G57228,douglas),father(skArg1ofFatherFn(douglas),douglas)),rhs([ (~ (father(_G57228,douglas)/ (father(_G57228,douglas)\==father(skArg1ofFatherFn(douglas),douglas)))=>father(skArg1ofFatherFn(douglas),douglas))])) <=TF=> if_missing(father(_G49432,douglas),father(skArg1ofFatherFn(douglas),douglas)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcCreates, p, father(skArg1ofFatherFn(douglas), douglas), 0))).
- %
- % Adding (:) pfcMark(pfcCreates,p,father(skArg1ofFatherFn(douglas),douglas),0) <-------- (g <=TF=> s(((~ (father(_G69172,douglas)/ (father(_G69172,douglas)\==father(skArg1ofFatherFn(douglas),douglas)))=>father(skArg1ofFatherFn(douglas),douglas)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, father(skArg1ofFatherFn(douglas), douglas))).
- %
- % Adding (:) father(skArg1ofFatherFn(douglas),douglas) <-------- (nt(father(_G81770,douglas), (call_u(father(_G79210,douglas)),father(_G79210,douglas)\==father(skArg1ofFatherFn(douglas),douglas)),rhs([father(skArg1ofFatherFn(douglas),douglas)])) <=TF=> \+father(_G79207,douglas))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, parent(skArg1ofFatherFn(douglas), douglas))).
- %
- % Adding (:) parent(skArg1ofFatherFn(douglas),douglas) <-------- (pt(father(skArg1ofFatherFn(douglas),douglas),rhs([{vg(s(douglas,skArg1ofFatherFn(douglas)))},parent(skArg1ofFatherFn(douglas),douglas)])) <=TF=> father(skArg1ofFatherFn(douglas),douglas))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, ancestor(skArg1ofFatherFn(douglas), douglas))).
- %
- % Adding (:) ancestor(skArg1ofFatherFn(douglas),douglas) <-------- (pt(parent(skArg1ofFatherFn(douglas),douglas),rhs([{vg(s(douglas,skArg1ofFatherFn(douglas)))},ancestor(skArg1ofFatherFn(douglas),douglas)])) <=TF=> parent(skArg1ofFatherFn(douglas),douglas))
- % Removing (pfc_rem1(neg(ancestor(skArg1ofFatherFn(douglas),douglas)), (u,u))) neg(ancestor(skArg1ofFatherFn(douglas),douglas)).
- % Removing (pfc_rem1(neg(parent(skArg1ofFatherFn(douglas),douglas)), (u,u))) neg(parent(skArg1ofFatherFn(douglas),douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, male(skArg1ofFatherFn(douglas)))).
- %
- % Adding (:) male(skArg1ofFatherFn(douglas)) <-------- (pt(father(skArg1ofFatherFn(douglas),douglas),rhs([{vg(s(skArg1ofFatherFn(douglas)))},male(skArg1ofFatherFn(douglas))])) <=TF=> father(skArg1ofFatherFn(douglas),douglas))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(female(skArg1ofFatherFn(douglas))))).
- %
- % Adding (:) neg(female(skArg1ofFatherFn(douglas))) <-------- (pt(male(skArg1ofFatherFn(douglas)),rhs([{vg(s(skArg1ofFatherFn(douglas)))},neg(female(skArg1ofFatherFn(douglas)))])) <=TF=> male(skArg1ofFatherFn(douglas)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(mother(skArg1ofFatherFn(douglas), _)))).
- %
- % Adding (:) neg(mother(skArg1ofFatherFn(douglas),_G9597)) <-------- (pt(neg(female(skArg1ofFatherFn(douglas))), (vg(s(skArg1ofFatherFn(douglas)))->rhs([neg(mother(skArg1ofFatherFn(douglas),_G9597))]))) <=TF=> neg(female(skArg1ofFatherFn(douglas))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(mother(skArg1ofFatherFn(douglas),
- % _),
- % (u, u)),
- % mother(skArg1ofFatherFn(douglas), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(mother(skArg1ofFatherFn(douglas), _))).
- %
- pfc_undo_e ; Fact not found in user db: mother(skArg1ofFatherFn(douglas),_G14883)
- % Removing (pfc_rem1(mother(skArg1ofFatherFn(douglas),_G19720), (u,u))) mother(skArg1ofFatherFn(douglas),_G14883).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(mother(skArg1ofFatherFn(douglas),
- % _),
- % (u, u)),
- % mother(skArg1ofFatherFn(douglas), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(mother(skArg1ofFatherFn(douglas), _))).
- %
- pfc_undo_e ; Fact not found in user db: mother(skArg1ofFatherFn(douglas),_G14883)
- % Removing (pfc_rem1(mother(skArg1ofFatherFn(douglas),_G30994), (u,u))) mother(skArg1ofFatherFn(douglas),_G14883).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(grandmother(skArg1ofFatherFn(douglas), _)))).
- %
- % Adding (:) neg(grandmother(skArg1ofFatherFn(douglas),_G38220)) <-------- (pt(neg(female(skArg1ofFatherFn(douglas))), (vg(s(skArg1ofFatherFn(douglas)))->rhs([neg(grandmother(skArg1ofFatherFn(douglas),_G38220))]))) <=TF=> neg(female(skArg1ofFatherFn(douglas))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandmother(skArg1ofFatherFn(douglas),
- % _),
- % (u, u)),
- % grandmother(skArg1ofFatherFn(douglas),
- % _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(grandmother(skArg1ofFatherFn(douglas), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandmother(skArg1ofFatherFn(douglas),_G43557)
- % Removing (pfc_rem1(grandmother(skArg1ofFatherFn(douglas),_G49181), (u,u))) grandmother(skArg1ofFatherFn(douglas),_G43557).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandmother(skArg1ofFatherFn(douglas),
- % _),
- % (u, u)),
- % grandmother(skArg1ofFatherFn(douglas),
- % _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(grandmother(skArg1ofFatherFn(douglas), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandmother(skArg1ofFatherFn(douglas),_G43557)
- % Removing (pfc_rem1(grandmother(skArg1ofFatherFn(douglas),_G50957), (u,u))) grandmother(skArg1ofFatherFn(douglas),_G43557).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(gender(skArg1ofFatherFn(douglas), female)))).
- %
- % Adding (:) neg(gender(skArg1ofFatherFn(douglas),female)) <-------- (pt(neg(female(skArg1ofFatherFn(douglas))),rhs([{vg(s(skArg1ofFatherFn(douglas)))},neg(gender(skArg1ofFatherFn(douglas),female))])) <=TF=> neg(female(skArg1ofFatherFn(douglas))))
- Couldn't retract spft(gender(skArg1ofFatherFn(douglas),female),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(gender(skArg1ofFatherFn(douglas), female))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofFatherFn(douglas),female)
- % Removing (pfc_rem1(gender(skArg1ofFatherFn(douglas),female), (u,u))) gender(skArg1ofFatherFn(douglas),female).
- Couldn't retract spft(gender(skArg1ofFatherFn(douglas),female),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(gender(skArg1ofFatherFn(douglas), female))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofFatherFn(douglas),female)
- % Removing (pfc_rem1(gender(skArg1ofFatherFn(douglas),female), (u,u))) gender(skArg1ofFatherFn(douglas),female).
- Couldn't retract spft(female(skArg1ofFatherFn(douglas)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(female(skArg1ofFatherFn(douglas)))).
- %
- pfc_undo_e ; Fact not found in user db: female(skArg1ofFatherFn(douglas))
- % Removing (pfc_rem1(female(skArg1ofFatherFn(douglas)), (u,u))) female(skArg1ofFatherFn(douglas)).
- Couldn't retract spft(female(skArg1ofFatherFn(douglas)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(female(skArg1ofFatherFn(douglas)))).
- %
- pfc_undo_e ; Fact not found in user db: female(skArg1ofFatherFn(douglas))
- % Removing (pfc_rem1(female(skArg1ofFatherFn(douglas)), (u,u))) female(skArg1ofFatherFn(douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, gender(skArg1ofFatherFn(douglas), male))).
- %
- % Adding (:) gender(skArg1ofFatherFn(douglas),male) <-------- (pt(male(skArg1ofFatherFn(douglas)),rhs([{vg(s(skArg1ofFatherFn(douglas)))},gender(skArg1ofFatherFn(douglas),male)])) <=TF=> male(skArg1ofFatherFn(douglas)))
- % Removing (pfc_rem1(neg(gender(skArg1ofFatherFn(douglas),male)), (u,u))) neg(gender(skArg1ofFatherFn(douglas),male)).
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(douglas))), (u,u))) neg(male(skArg1ofFatherFn(douglas))).
- % Removing (pfc_rem1(neg(father(skArg1ofFatherFn(douglas),douglas)), (u,u))) neg(father(skArg1ofFatherFn(douglas),douglas)).
- % Removing (pfc_rem1(neg(human(douglas)), (u,u))) neg(human(douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, if_missing(mother(_, eileen), mother(skArg1ofMotherFn(eileen), eileen)))).
- %
- % Adding (:) if_missing(mother(_G49059,eileen),mother(skArg1ofMotherFn(eileen),eileen)) <-------- (pt(human(eileen),rhs([{vg(s(eileen))},if_missing(mother(_G49059,eileen),mother(skArg1ofMotherFn(eileen),eileen))])) <=TF=> human(eileen))
- % Removing (pfc_rem1(neg(if_missing(mother(_G59351,eileen),mother(skArg1ofMotherFn(eileen),eileen))), (u,u))) neg(if_missing(mother(_G56806,eileen),mother(skArg1ofMotherFn(eileen),eileen))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, (~ (mother(A, eileen)/ (mother(A, eileen)\==mother(skArg1ofMotherFn(eileen), eileen)))=>mother(skArg1ofMotherFn(eileen), eileen)))).
- %
- % Adding (:) ~ (mother(_G56806,eileen)/ (mother(_G56806,eileen)\==mother(skArg1ofMotherFn(eileen),eileen)))=>mother(skArg1ofMotherFn(eileen),eileen) <-------- (pt(if_missing(mother(_G56806,eileen),mother(skArg1ofMotherFn(eileen),eileen)),rhs([ (~ (mother(_G56806,eileen)/ (mother(_G56806,eileen)\==mother(skArg1ofMotherFn(eileen),eileen)))=>mother(skArg1ofMotherFn(eileen),eileen))])) <=TF=> if_missing(mother(_G49059,eileen),mother(skArg1ofMotherFn(eileen),eileen)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcCreates, p, mother(skArg1ofMotherFn(eileen), eileen), 0))).
- %
- % Adding (:) pfcMark(pfcCreates,p,mother(skArg1ofMotherFn(eileen),eileen),0) <-------- (g <=TF=> s(((~ (mother(_G68726,eileen)/ (mother(_G68726,eileen)\==mother(skArg1ofMotherFn(eileen),eileen)))=>mother(skArg1ofMotherFn(eileen),eileen)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, if_missing(father(_, eileen), father(skArg1ofFatherFn(eileen), eileen)))).
- %
- % Adding (:) if_missing(father(_G85430,eileen),father(skArg1ofFatherFn(eileen),eileen)) <-------- (pt(human(eileen),rhs([{vg(s(eileen))},if_missing(father(_G85430,eileen),father(skArg1ofFatherFn(eileen),eileen))])) <=TF=> human(eileen))
- % Removing (pfc_rem1(neg(if_missing(father(_G95758,eileen),father(skArg1ofFatherFn(eileen),eileen))), (u,u))) neg(if_missing(father(_G93213,eileen),father(skArg1ofFatherFn(eileen),eileen))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, (~ (father(A, eileen)/ (father(A, eileen)\==father(skArg1ofFatherFn(eileen), eileen)))=>father(skArg1ofFatherFn(eileen), eileen)))).
- %
- % Adding (:) ~ (father(_G93213,eileen)/ (father(_G93213,eileen)\==father(skArg1ofFatherFn(eileen),eileen)))=>father(skArg1ofFatherFn(eileen),eileen) <-------- (pt(if_missing(father(_G93213,eileen),father(skArg1ofFatherFn(eileen),eileen)),rhs([ (~ (father(_G93213,eileen)/ (father(_G93213,eileen)\==father(skArg1ofFatherFn(eileen),eileen)))=>father(skArg1ofFatherFn(eileen),eileen))])) <=TF=> if_missing(father(_G85430,eileen),father(skArg1ofFatherFn(eileen),eileen)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, pfcMark(pfcCreates, p, father(skArg1ofFatherFn(eileen), eileen), 0))).
- %
- % Adding (:) pfcMark(pfcCreates,p,father(skArg1ofFatherFn(eileen),eileen),0) <-------- (g <=TF=> s(((~ (father(_G105133,eileen)/ (father(_G105133,eileen)\==father(skArg1ofFatherFn(eileen),eileen)))=>father(skArg1ofFatherFn(eileen),eileen)),u)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, father(skArg1ofFatherFn(eileen), eileen))).
- %
- % Adding (:) father(skArg1ofFatherFn(eileen),eileen) <-------- (nt(father(_G5180,eileen), (call_u(father(_G5117,eileen)),father(_G5117,eileen)\==father(skArg1ofFatherFn(eileen),eileen)),rhs([father(skArg1ofFatherFn(eileen),eileen)])) <=TF=> \+father(_G5114,eileen))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, parent(skArg1ofFatherFn(eileen), eileen))).
- %
- % Adding (:) parent(skArg1ofFatherFn(eileen),eileen) <-------- (pt(father(skArg1ofFatherFn(eileen),eileen),rhs([{vg(s(eileen,skArg1ofFatherFn(eileen)))},parent(skArg1ofFatherFn(eileen),eileen)])) <=TF=> father(skArg1ofFatherFn(eileen),eileen))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, ancestor(skArg1ofFatherFn(eileen), douglas))).
- %
- % Adding (:) ancestor(skArg1ofFatherFn(eileen),douglas) <-------- (pt(ancestor(eileen,_G18563),rhs([{vg(s(_G18563,skArg1ofFatherFn(eileen)))},ancestor(skArg1ofFatherFn(eileen),_G18563)])) <=TF=> ancestor(eileen,douglas))
- % Removing (pfc_rem1(neg(ancestor(skArg1ofFatherFn(eileen),douglas)), (u,u))) neg(ancestor(skArg1ofFatherFn(eileen),douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, ancestor(skArg1ofFatherFn(eileen), eileen))).
- %
- % Adding (:) ancestor(skArg1ofFatherFn(eileen),eileen) <-------- (pt(parent(skArg1ofFatherFn(eileen),eileen),rhs([{vg(s(eileen,skArg1ofFatherFn(eileen)))},ancestor(skArg1ofFatherFn(eileen),eileen)])) <=TF=> parent(skArg1ofFatherFn(eileen),eileen))
- % Removing (pfc_rem1(neg(ancestor(skArg1ofFatherFn(eileen),eileen)), (u,u))) neg(ancestor(skArg1ofFatherFn(eileen),eileen)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, grandparent(skArg1ofFatherFn(eileen), douglas))).
- %
- % Adding (:) grandparent(skArg1ofFatherFn(eileen),douglas) <-------- (pt(parent(eileen,_G42383),rhs([{vg(s(_G42383,skArg1ofFatherFn(eileen)))},grandparent(skArg1ofFatherFn(eileen),_G42383)])) <=TF=> parent(eileen,douglas))
- % Removing (pfc_rem1(neg(grandparent(skArg1ofFatherFn(eileen),douglas)), (u,u))) neg(grandparent(skArg1ofFatherFn(eileen),douglas)).
- % Removing (pfc_rem1(neg(parent(skArg1ofFatherFn(eileen),eileen)), (u,u))) neg(parent(skArg1ofFatherFn(eileen),eileen)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, male(skArg1ofFatherFn(eileen)))).
- %
- % Adding (:) male(skArg1ofFatherFn(eileen)) <-------- (pt(father(skArg1ofFatherFn(eileen),eileen),rhs([{vg(s(skArg1ofFatherFn(eileen)))},male(skArg1ofFatherFn(eileen))])) <=TF=> father(skArg1ofFatherFn(eileen),eileen))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, grandfather(skArg1ofFatherFn(eileen), douglas))).
- %
- % Adding (:) grandfather(skArg1ofFatherFn(eileen),douglas) <-------- (pt(male(skArg1ofFatherFn(eileen)),rhs([{vg(s(douglas,skArg1ofFatherFn(eileen)))},grandfather(skArg1ofFatherFn(eileen),douglas)])) <=TF=> male(skArg1ofFatherFn(eileen)))
- % Removing (pfc_rem1(neg(grandfather(skArg1ofFatherFn(eileen),douglas)), (u,u))) neg(grandfather(skArg1ofFatherFn(eileen),douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(female(skArg1ofFatherFn(eileen))))).
- %
- % Adding (:) neg(female(skArg1ofFatherFn(eileen))) <-------- (pt(male(skArg1ofFatherFn(eileen)),rhs([{vg(s(skArg1ofFatherFn(eileen)))},neg(female(skArg1ofFatherFn(eileen)))])) <=TF=> male(skArg1ofFatherFn(eileen)))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(mother(skArg1ofFatherFn(eileen), _)))).
- %
- % Adding (:) neg(mother(skArg1ofFatherFn(eileen),_G89027)) <-------- (pt(neg(female(skArg1ofFatherFn(eileen))), (vg(s(skArg1ofFatherFn(eileen)))->rhs([neg(mother(skArg1ofFatherFn(eileen),_G89027))]))) <=TF=> neg(female(skArg1ofFatherFn(eileen))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(mother(skArg1ofFatherFn(eileen),
- % _),
- % (u, u)),
- % mother(skArg1ofFatherFn(eileen), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(mother(skArg1ofFatherFn(eileen), _))).
- %
- pfc_undo_e ; Fact not found in user db: mother(skArg1ofFatherFn(eileen),_G94308)
- % Removing (pfc_rem1(mother(skArg1ofFatherFn(eileen),_G99143), (u,u))) mother(skArg1ofFatherFn(eileen),_G94308).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(mother(skArg1ofFatherFn(eileen),
- % _),
- % (u, u)),
- % mother(skArg1ofFatherFn(eileen), _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(mother(skArg1ofFatherFn(eileen), _))).
- %
- pfc_undo_e ; Fact not found in user db: mother(skArg1ofFatherFn(eileen),_G94308)
- % Removing (pfc_rem1(mother(skArg1ofFatherFn(eileen),_G111527), (u,u))) mother(skArg1ofFatherFn(eileen),_G94308).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(grandmother(skArg1ofFatherFn(eileen), _)))).
- %
- % Adding (:) neg(grandmother(skArg1ofFatherFn(eileen),_G119305)) <-------- (pt(neg(female(skArg1ofFatherFn(eileen))), (vg(s(skArg1ofFatherFn(eileen)))->rhs([neg(grandmother(skArg1ofFatherFn(eileen),_G119305))]))) <=TF=> neg(female(skArg1ofFatherFn(eileen))))
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandmother(skArg1ofFatherFn(eileen),
- % _),
- % (u, u)),
- % grandmother(skArg1ofFatherFn(eileen),
- % _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(grandmother(skArg1ofFatherFn(eileen), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandmother(skArg1ofFatherFn(eileen),_G6920)
- % Removing (pfc_rem1(grandmother(skArg1ofFatherFn(eileen),_G12570), (u,u))) grandmother(skArg1ofFatherFn(eileen),_G6920).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % warn(nonground_remove_if_unsupported(pfc_rem1(grandmother(skArg1ofFatherFn(eileen),
- % _),
- % (u, u)),
- % grandmother(skArg1ofFatherFn(eileen),
- % _))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(grandmother(skArg1ofFatherFn(eileen), _))).
- %
- pfc_undo_e ; Fact not found in user db: grandmother(skArg1ofFatherFn(eileen),_G6920)
- % Removing (pfc_rem1(grandmother(skArg1ofFatherFn(eileen),_G14340), (u,u))) grandmother(skArg1ofFatherFn(eileen),_G6920).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, neg(gender(skArg1ofFatherFn(eileen), female)))).
- %
- % Adding (:) neg(gender(skArg1ofFatherFn(eileen),female)) <-------- (pt(neg(female(skArg1ofFatherFn(eileen))),rhs([{vg(s(skArg1ofFatherFn(eileen)))},neg(gender(skArg1ofFatherFn(eileen),female))])) <=TF=> neg(female(skArg1ofFatherFn(eileen))))
- Couldn't retract spft(gender(skArg1ofFatherFn(eileen),female),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(gender(skArg1ofFatherFn(eileen), female))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofFatherFn(eileen),female)
- % Removing (pfc_rem1(gender(skArg1ofFatherFn(eileen),female), (u,u))) gender(skArg1ofFatherFn(eileen),female).
- Couldn't retract spft(gender(skArg1ofFatherFn(eileen),female),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(gender(skArg1ofFatherFn(eileen), female))).
- %
- pfc_undo_e ; Fact not found in user db: gender(skArg1ofFatherFn(eileen),female)
- % Removing (pfc_rem1(gender(skArg1ofFatherFn(eileen),female), (u,u))) gender(skArg1ofFatherFn(eileen),female).
- Couldn't retract spft(female(skArg1ofFatherFn(eileen)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(female(skArg1ofFatherFn(eileen)))).
- %
- pfc_undo_e ; Fact not found in user db: female(skArg1ofFatherFn(eileen))
- % Removing (pfc_rem1(female(skArg1ofFatherFn(eileen)), (u,u))) female(skArg1ofFatherFn(eileen)).
- Couldn't retract spft(female(skArg1ofFatherFn(eileen)),u,u).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % failed_show_call(user:retract(female(skArg1ofFatherFn(eileen)))).
- %
- pfc_undo_e ; Fact not found in user db: female(skArg1ofFatherFn(eileen))
- % Removing (pfc_rem1(female(skArg1ofFatherFn(eileen)), (u,u))) female(skArg1ofFatherFn(eileen)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:call_with_attvars(asserta, gender(skArg1ofFatherFn(eileen), male))).
- %
- % Adding (:) gender(skArg1ofFatherFn(eileen),male) <-------- (pt(male(skArg1ofFatherFn(eileen)),rhs([{vg(s(skArg1ofFatherFn(eileen)))},gender(skArg1ofFatherFn(eileen),male)])) <=TF=> male(skArg1ofFatherFn(eileen)))
- % Removing (pfc_rem1(neg(gender(skArg1ofFatherFn(eileen),male)), (u,u))) neg(gender(skArg1ofFatherFn(eileen),male)).
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(eileen))), (u,u))) neg(male(skArg1ofFatherFn(eileen))).
- % Removing (pfc_rem1(neg(father(skArg1ofFatherFn(eileen),eileen)), (u,u))) neg(father(skArg1ofFatherFn(eileen),eileen)).
- % Removing (pfc_rem1(neg(human(eileen)), (u,u))) neg(human(eileen)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % gripe_time(warn(0.9244512380000032>0.5),
- % user:pfc_fwd2(human(eileen), (ancestor(trudy, eileen), pt(ancestor(trudy, A), rhs([{vg(s(A))}, human(A)]))))).
- %
- % Removing (pfc_rem1(neg(human(trudy)), (u,u))) neg(human(trudy)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % gripe_time(warn(1.1154199260000013>0.5), user:pfc_fwd2(human(trudy), (u, u))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(human(_)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % gripe_time(warn(1.1188196370000014>0.5),
- % user:pfc_fwd2(repropagate(human(_)), (g, g))).
- %
- % Removing (pfc_rem1(neg(ancestor(trudy,eileen)), (u,u))) neg(ancestor(trudy,eileen)).
- % Removing (pfc_rem1(neg(ancestor(trudy,douglas)), (u,u))) neg(ancestor(trudy,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(ancestor(trudy, _)))).
- %
- % Removing (pfc_rem1(neg(ancestor(eileen,douglas)), (u,u))) neg(ancestor(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(ancestor(eileen, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(ancestor(douglas, _)))).
- %
- % Removing (pfc_rem1(neg(parent(skArg1ofFatherFn(douglas),douglas)), (u,u))) neg(parent(skArg1ofFatherFn(douglas),douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(parent(skArg1ofFatherFn(douglas), _)))).
- %
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(douglas))), (u,u))) neg(male(skArg1ofFatherFn(douglas))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(male(skArg1ofFatherFn(douglas))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(parent(douglas, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(female(skArg1ofFatherFn(douglas))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(grandparent(skArg1ofFatherFn(douglas), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(mother(skArg1ofFatherFn(douglas), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(breeder(_, skArg1ofFatherFn(douglas))))).
- %
- % Removing (pfc_rem1(neg(parent(skArg1ofFatherFn(eileen),eileen)), (u,u))) neg(parent(skArg1ofFatherFn(eileen),eileen)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(parent(skArg1ofFatherFn(eileen), _)))).
- %
- % Removing (pfc_rem1(neg(male(skArg1ofFatherFn(eileen))), (u,u))) neg(male(skArg1ofFatherFn(eileen))).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(male(skArg1ofFatherFn(eileen))))).
- %
- % Removing (pfc_rem1(neg(parent(eileen,douglas)), (u,u))) neg(parent(eileen,douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(parent(eileen, _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(female(skArg1ofFatherFn(eileen))))).
- %
- % Removing (pfc_rem1(neg(grandparent(skArg1ofFatherFn(eileen),douglas)), (u,u))) neg(grandparent(skArg1ofFatherFn(eileen),douglas)).
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(grandparent(skArg1ofFatherFn(eileen), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(mother(skArg1ofFatherFn(eileen), _)))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % succeed(user:must(repropagate(breeder(_, skArg1ofFatherFn(eileen))))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % gripe_time(warn(1.2072329730000035>0.5),
- % user:pfc_fwd2(bt(neg(human(P1)), pt(neg(human(P2)), pt(ancestor(P1, P2), (vg(s(P1))->rhs([neg(human(P1))]))))), ((neg(human(P1))<=neg(human(P2)), ancestor(P1, P2), {vg(s(P1))}), u))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % gripe_time(warn(1.211337585999999>0.6),
- % user:pfc_assert_fast_timed(bt(neg(human(P1)), pt(neg(human(P2)), pt(ancestor(P1, P2), (vg(s(P1))->rhs([neg(human(P1))]))))), ((neg(human(P1))<=neg(human(P2)), ancestor(P1, P2), {vg(s(P1))}), u))).
- %
- % /opt/PrologMUD/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_clif.pl:299
- % gripe_time(warn(1.213220505999999>0.5),
- % user:pfc_fwd2((neg(human(P1))<=neg(human(P2)), ancestor(P1, P2), {vg(s(P1))}), (clif(if((human(P1), ancestor(P1, P2)), human(P2))), pt(clif(if((human(P1), ancestor(P1, P2)), human(P2))), rhs([{clif_to_prolog(if((human(P1), ancestor(P1, P2)), human(P2)), [ (human(P1), ancestor(P1, P2)=>{vg(s(P2))}, human(P2)), (neg(human(P1))<=neg(human(P2)), ancestor(P1, P2), {vg(s(P1))}), (neg(ancestor(P1, P2))<=neg(human(P2)), human(P1), {vg(s(P2, P1))})])}, [ (human(P1), ancestor(P1, P2)=>{vg(s(P2))}, human(P2)), (neg(human(P1))<=neg(human(P2)), ancestor(P1, P2), {vg(s(P1))}), (neg(ancestor(P1, P2))<=neg(human(P2)), human(P1), {vg(s(P2, P1))})], {sanity((clif_must if((human(P1), ancestor(P1, P2)), human(P2))))}]))))).
- %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement