Skip to content

Commit 4c00eec

Browse files
authored
doc: add bib to README.md
1 parent acf9bcb commit 4c00eec

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Auto-generated documentation can be found [here](https://verified-optimization.g
2121
- [Commands for user-guided transformations](#commands-for-user-guided-transformations)
2222
- [Equivalence-preserving tactics](#equivalence-preserving-tactics)
2323
- [Quick demo](#quick-demo)
24+
- [Citing](#citing)
2425
- [Contributing](#contributing)
2526

2627
## Installation
@@ -146,7 +147,7 @@ User-directed:
146147

147148
## Quick demo
148149

149-
We show how to rigorously transform and solve the following problem in `CvxLean`:
150+
We show how to rigorously transform and solve the following problem in CvxLean:
150151

151152
$$
152153
\begin{align*}
@@ -164,6 +165,19 @@ Note that the solution is $\approx (5/3, 1)$.
164165

165166
You can find this example in `CvxLean/Demos/README.lean`.
166167

168+
## Citing
169+
170+
```
171+
@inproceedings{bentkamp2023verified,
172+
title={Verified reductions for optimization},
173+
author={Bentkamp, Alexander and Fern{\'a}ndez Mir, Ramon and Avigad, Jeremy},
174+
booktitle={International Conference on Tools and Algorithms for the Construction and Analysis of Systems},
175+
pages={74--92},
176+
year={2023},
177+
organization={Springer}
178+
}
179+
```
180+
167181
## Contributing
168182

169183
There are many opportunities to improve CvxLean and many features that we would like to see implemented, so we welcome any contributions!

0 commit comments

Comments
 (0)