Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the definition of jitter? #2

Open
wdng opened this issue Nov 9, 2022 · 0 comments
Open

What is the definition of jitter? #2

wdng opened this issue Nov 9, 2022 · 0 comments

Comments

@wdng
Copy link

wdng commented Nov 9, 2022

`
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant