File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ The network reliability: a X 2^b / 2^c
5151```
5252
5353### Benchmark
54- The artifact and benchmark of RelNet-ASP is available [ here] ( https://zenodo.org/records/19609416 ) .
54+ The artifact and benchmark of RelNet-ASP is available [ here] ( https://zenodo.org/records/19642717 ) .
5555
5656### Contributor
5757- [ Mohimenul Kabir] ( https://mahi045.github.io/ )
Original file line number Diff line number Diff line change 2525 mul = int (line .split ()[- 1 ])
2626 print ("The multiplication factor: 2^{0}" .format (mul ))
2727
28- elif line .startswith ("After the iteration, the (median) number of solution:" ):
28+ elif line .startswith ("After the iteration, the (median) number of solution:" ) or line . startswith ( "The exact number of solution:" ) :
2929 l = line .split ()
3030 m = int (l [- 5 ])
3131 n = int (l [- 1 ])
You can’t perform that action at this time.
0 commit comments