Skip to content

Easy Query for Tuple Set of Objects with Origin Function #145

Open
@chrisdxie

Description

@chrisdxie

In the Aircraft Detection problem, assume there are some number of distinct aircrafts. There should be a fast way of querying some property of the Blips that come from Aircraft a.

The tuple set query:

  {b for Blip b : Source(b) = a}

should be easily written as something like Blip(Source=a) or {Blip(Source=a)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions