-
Notifications
You must be signed in to change notification settings - Fork 17
Fix #247, Don't remove straw nodes that are dead ends, create edges between straws with same parent capacity mesh node #248
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
don't mind the commits before fb72737. those are from a previous branch that i branched off from. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you update the missing snapshot? I think it would be informative
@Heinrich-XIAO i've examined an increase the the time for the keyboard solver from 11.3s to ~14s (+20% duration) ![]() I understand what's happening now but this is probably not the right solution. Straws nodes should not travel to eachother. Video to follow |
Video analysis on discord: https://discord.com/channels/1233487248129921135/1419378300073017534/1419378649311739984 |
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
Fixes #247 by connecting straws in edge solver.
/claim #247