-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PatternMatcher: Implement PresentLink #218
Labels
Comments
This was referenced Aug 30, 2015
Pull request #294 provides basic support for using PresentLink inside of a SequentialAndLink. More complex usage cases are not tested and probably won't work right. |
Pull req #302 adds more support |
@linas, I'm closing that issue, I think you'd agree that future problems related to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A proposal for PresentLink is given here: http://wiki.opencog.org/w/PresentLink -- it seems like a good idea, based on the long discussions in issue #132
This is marked as an enhancement, and is relatively low priority: there is an easy work-around: one can use an AndLink and wrap multiple arity-1 ChoiceLinks to get the same effect as PresentLink.
I think the wiki page describes PresentLink closely enough that there should be no confusion about how to implement it.
The text was updated successfully, but these errors were encountered: