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

Java Simplex test. #25

Open
ItamarLevyOr opened this issue Mar 20, 2018 · 1 comment
Open

Java Simplex test. #25

ItamarLevyOr opened this issue Mar 20, 2018 · 1 comment

Comments

@ItamarLevyOr
Copy link

I ran the algorithm in both java and cpp on the following pointset:

100000000000000
010000000000000
001000000000000
000100000000000
000010000000000
000001000000000
000000100000000
000000010000000
000000001000000
000000000100000
000000000010000
000000000001000
000000000000100
000000000000010
000000000000001

and got the following output

radius = sqrt(1/2)

center:
0.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0

but this result doesn't make any sense, and doesn't match the expected result in the java test.

Thanks

@makc
Copy link

makc commented Sep 5, 2021

@ItamarLevyOr this is because of 38e48a6

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

2 participants