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

Is the description of program output in README.md misleading? #2

Open
takemaru opened this issue Sep 30, 2023 · 0 comments
Open

Is the description of program output in README.md misleading? #2

takemaru opened this issue Sep 30, 2023 · 0 comments

Comments

@takemaru
Copy link
Contributor

README.md says the output is $U(n')$, which is described in the paper as the probability that exactly $n'$ nodes out of the nodes in $C$ fail to connect with the nodes in $T$.
But I'm afraid that this description is misleaning.

Please see the following example.

./main ../data/0189-real-UsCarrier.edgelist.txt ../data/0189-real-UsCarrier.edgelist.txt.prob ../data/src/0189-real-UsCarrier.edgelist.txt.bc5.src ../data/0189-real-UsCarrier.edgelist.txt
0: 0.000000000000000
1: 0.000000000000000
:
157: 0.001650299336476
158: 0.991746954807834

README.md makes me interpret these output lines as $n': U(n')$.
But the last output line is "158: 0.991746954807834", where 158 is the number $n$ of nodes on the graph and the probability is almost 1.0, so I guess that the line indicates that all the nodes can access $T$ with the probability of about 0.99.
If so, an output line must indicate $n - n': U(n')$, right?

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

1 participant