Skip to content

What is the definition of jitter? #2

@wdng

Description

@wdng

`
struct VariableMultiEdge
{

std::shared_ptr<MultiNode> from;
std::shared_ptr<MultiNode> to;
std::vector<unsigned> jitter;

std::vector<MultiEdge>
translateToMultiEdges();

};
`

What is the jitter defined used for? I didn't find any definition in your paper. Any explanation is greatly appreciated! Thank you so much!

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