On 5/26/19 6:45 PM, Linas Vepstas wrote:
* SatisfyingSetLink: wiki states thatEvaluationLink PredicateNode "breathe" ListLink ConceptNode "animals" ConceptNode "air" is equivalent to this: MemberLink ListLink ConceptNode "animals" ConceptNode "air" SatisfyingSetLink PredicateNode "breathe" Yes. However, there is no automatic conversion between the two.
There are PLN rules for that, like this (although this one is a bit convoluted)
https://github.com/opencog/opencog/blob/master/opencog/pln/rules/wip/evaluation-to-member.scm but yes no automatic way, to do that you need to explicitly run the rule engine with the appropriate rule base, see https://wiki.opencog.org/w/Unified_rule_engine for more details. Nil -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/d2e00c76-b55c-df5d-d0f4-ebeb221c9b84%40gmail.com. For more options, visit https://groups.google.com/d/optout.
