Skip to content

Duplicate edges in graphviz output. #20

@ibtaylor

Description

@ibtaylor

If topics are named a certain way, or are nested, it seems to cause multiple arrows between requirements.

A possible solution to this (though maybe not the most appropriate), is to tell graphviz not to allow multiple edges by changing the lines:

"digraph reqdeps {\nrankdir=BT;\nmclimit=10.0;\n"

"digraph reqdeps {\nrankdir=BT;\nmclimit=10.0;\n"

from digraph to strict digraph.

See section Lexical and Semantic Notes of https://www.graphviz.org/doc/info/lang.html

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