Skip to content

Commit 333db43

Browse files
add citation in README.md
1 parent 6377a35 commit 333db43

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,21 @@ The above code was timed using Python's timeit module averaged across three exec
159159
| 9000 | 8.010674|
160160
| 10000 | 9.417298|
161161

162+
# Citing
163+
164+
If your research makes use of SUBMODLIB, please consider citing:
165+
166+
**SUBMODLIB** ([_Submodlib: A Submodular Optimization Library_ (Kaushal et al., 2022)](https://arxiv.org/abs/2202.10680))
167+
```
168+
@article{kaushal2022submodlib,
169+
title={Submodlib: A submodular optimization library},
170+
author={Kaushal, Vishal and Ramakrishnan, Ganesh and Iyer, Rishabh},
171+
journal={arXiv preprint arXiv:2202.10680},
172+
year={2022}
173+
}
174+
175+
```
176+
162177
# Contributors
163178

164179
* Vishal Kaushal, Ganesh Ramakrishnan and Rishabh Iyer. Currently maintained by CARAML Lab

0 commit comments

Comments
 (0)