Skip to content

Union of graphs with common or overlapping edges do not create a graph enclosing the entire area #17

@vivekramcfc

Description

@vivekramcfc

Consider the following two rectangles:

  1. X: 0, Y: 0, Width: 100, Height: 100
  2. X: 100, Y: 0, Width: 100, Height: 100

The two rectangles have the edge (100, 0) -> (100, 100) in common. The union of these two produces the following output.
screen shot 2018-02-26 at 2 38 44 pm

Shouldn't it produce something like this?
screen shot 2018-02-26 at 2 38 57 pm

Also this:
screen shot 2018-02-26 at 2 41 38 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions