-
Notifications
You must be signed in to change notification settings - Fork 115
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
max_inscribed_ellipsoid takes too much time #179
Comments
max_inscribed_ellipsoid
takes too much time
max_inscribed_ellipsoid
takes too much time
Hi could you kindly elaborate the issue, I would love to work on this issue! |
Hi, I tried to reproduce this issue and was unable to do it. |
This issue was fixed by #309 |
I'm closing this issue |
Describe the bug
I am trying to (approximately) compute the number of linear extensions of a poset by computing the volume of it's corresponding order polytope.
My poset instance has 100 dimensions and has the following adjacency matrix: link to the file
The instance is taken from this repo, when run with the ARMC algorithm given in the same repo, it takes around 1.6 secs to compute the approximate answer (3.5e+129).
I tried using the volume algorithms implemented in
volesti
to compare the results.As, can be seen from the results above, both attempts gave pretty accurate results but the time taken is drastically different ?
What am I doing wrong ?
To Reproduce
Expected behavior
I expected that both the attempts will have comparable time and possibly rounding will improve the efficiency.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: