Skip to content

Commit b3a4a3e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 42390b8 + 53eaf5f commit b3a4a3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ This project is licensed under the GNU General Public License v3.0 - see the LIC
7777

7878
The two MDS algorithms implemented are forked and modified (or rewritten) from the following authors:
7979

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.
8181
- [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.
8282

8383
### Funders
8484

8585
The Radius Clustering work has been funded by:
8686

8787
- [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/)
8989

9090
### Contributors
9191

92-
- Mickaël Baron, LIAS, ISAE-ENSMA
93-
- Brice Chardin, LIAS, ISAE-ENSMA
94-
- Quentin Haenn, LIAS, ISAE-ENSMA
92+
- [Quentin Haenn (core developer)](https://www.lias-lab.fr/members/quentinhaenn/), LIAS, ISAE-ENSMA
93+
- [Brice Chardin](https://www.lias-lab.fr/members/bricechardin/), LIAS, ISAE-ENSMA
94+
- [Mickaël Baron](https://www.lias-lab.fr/members/mickaelbaron/), LIAS, ISAE-ENSMA
9595

9696

9797
## References

0 commit comments

Comments
 (0)