Skip to content

Commit ad761de

Browse files
committed
new version of zenodo
1 parent 6b2ec9f commit ad761de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/)

scripts/run-relnet-asp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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])

0 commit comments

Comments
 (0)