isi-vista / adam

Abduction to Demonstrate an Articulate Machine
MIT License
11 stars 3 forks source link

Split matching patterns against patterns apart from matching patterns against graphs #487

Open gabbard opened 4 years ago

gabbard commented 4 years ago

See PatternMatching.matches and its matching_pattern_against_pattern argument.

denizbeser commented 4 years ago

@gabbard is it necessary to split these entirely? The current way (using PerceptionGraphProtocol and a bool argument to split the two states) seems concise and not too complicated to me, so I was wondering why you think we should change it.