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

IGLayoutTutte too slow #68

Open
szhorvat opened this issue Jun 12, 2018 · 0 comments
Open

IGLayoutTutte too slow #68

szhorvat opened this issue Jun 12, 2018 · 0 comments
Milestone

Comments

@szhorvat
Copy link
Owner

IGLayoutTutte should be faster.

Example:

mg = IGMeshGraph@BoundaryDiscretizeRegion[Ball[], MaxCellMeasure -> 0.001];

In[118]:= IGLayoutTutte[mg]; // AbsoluteTiming
Out[118]= {21.0373, Null}

In[119]:= GraphEmbedding[mg, "TutteEmbedding"]; // AbsoluteTiming
Out[119]= {6.64426, Null}
@szhorvat szhorvat added this to the 0.6 milestone Oct 27, 2018
@szhorvat szhorvat modified the milestones: 0.6, next Jul 15, 2022
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