You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,21 +77,21 @@ This project is licensed under the GNU General Public License v3.0 - see the LIC
77
77
78
78
The two MDS algorithms implemented are forked and modified (or rewritten) from the following authors:
79
79
80
-
-[Alejandra Casado](https://github.com/AlejandraCasado) for the minimum dominating set heuristic code [[1](https://www.sciencedirect.com/science/article/pii/S0378475422005055)], whom original code is available at [truc]. We rewrote the code in C++ to adapt to the need of python interfacing.
80
+
-[Alejandra Casado](https://github.com/AlejandraCasado) for the minimum dominating set heuristic code [[1](https://www.sciencedirect.com/science/article/pii/S0378475422005055)]. We rewrote the code in C++ to adapt to the need of python interfacing.
81
81
-[Hua Jiang](https://github.com/huajiang-ynu) for the minimum dominating set exact algorithm code [[2](https://dl.acm.org/doi/abs/10.24963/ijcai.2023/622)]. The code has been adapted to the need of python interfacing.
82
82
83
83
### Funders
84
84
85
85
The Radius Clustering work has been funded by:
86
86
87
87
-[LIAS, ISAE-ENSMA](https://www.lias-lab.fr/)
88
-
- LabCom @lienor and the [French National Research Agency](https://anr.fr/)
88
+
-[LabCom @lienor](https://labcom-alienor.ensma.fr/) and the [French National Research Agency](https://anr.fr/)
0 commit comments