-
Notifications
You must be signed in to change notification settings - Fork 124
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
Error in 3D prism volume computation? #27
Comments
I made a few more tests:
It looks like sampling is working, so maybe there is some problem with the rounding/sandwiching steps of the algorithms? |
You probably computed the exact volume incorrectly or you have some typo in you input file. Using vinci with your ine file I computed |
* remove loadSdpaFormatFile function * update the description file and the news_md file * Make load_sdpa_format_file internal (#27) * update the Rd files and the namespace * update the description file Co-authored-by: Vissarion Fisikopoulos <fisikop@gmail.com>
I am trying to compute the volume of a simple 3D prism using vol (the .ine file is below). I know that the volume of the prism is approximately equal to 0.0118 (area of the polygonal base X height=1). I have run vol from the latest development branch with different values of the error tolerance:
and from these runs it seems that the volume computed by vol might be off by a factor 2. Or is vol computing something different, like a signed volume?
The text was updated successfully, but these errors were encountered: