Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
complex test case to find outer planar graph face#1258
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Hi, thanks for the pull request! But I'm a bit confused, so you mean that the current implementation is incorrect? Is it possible for you to also add a fix for it in such a case? |
Visit the preview URL for this PR (for commit922cb9b): https://cp-algorithms--preview-1258-sdg06vwe.web.app (expires 2024-04-24T21:46:51.216932235Z) |
Yes, I believe there is an error. Unfortunately I do not have the time right now create a fix in cpp. I am coding in Python and managed to create a workaround, but I am not even sure it is correct. All I can provide right now is the comment I have added to my code 2 weeks ago:
|
Preview the changes for PR#1258 athttps://gh.cp-algorithms.com/1258/ (current version:c7a8dd7). |
Allegedly fixed in#1394. |
Finding outer face in a more complex graphs doesn't work.