jgraley / inferno-cpp2v

2 stars 0 forks source link

DNLQFromDQ should iterate over required #224

Closed jgraley closed 3 years ago

jgraley commented 3 years ago

So that it can support partial queries

jgraley commented 3 years ago

Should be possible now the "actual" is a map

jgraley commented 3 years ago

We don't want to do this, because required is allowed to be a superset of the current agent's links - it can contain a partial or complete solution. So we'll do the same thing with DNLQFromDQ() as with the agent NLQs and just test for presence each time.