Skip to content

Commit

Permalink
doc: add bib to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonfmir committed Mar 18, 2024
1 parent acf9bcb commit 4c00eec
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Auto-generated documentation can be found [here](https://verified-optimization.g
- [Commands for user-guided transformations](#commands-for-user-guided-transformations)
- [Equivalence-preserving tactics](#equivalence-preserving-tactics)
- [Quick demo](#quick-demo)
- [Citing](#citing)
- [Contributing](#contributing)

## Installation
Expand Down Expand Up @@ -146,7 +147,7 @@ User-directed:

## Quick demo

We show how to rigorously transform and solve the following problem in `CvxLean`:
We show how to rigorously transform and solve the following problem in CvxLean:

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

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

## Citing

```
@inproceedings{bentkamp2023verified,
title={Verified reductions for optimization},
author={Bentkamp, Alexander and Fern{\'a}ndez Mir, Ramon and Avigad, Jeremy},
booktitle={International Conference on Tools and Algorithms for the Construction and Analysis of Systems},
pages={74--92},
year={2023},
organization={Springer}
}
```

## Contributing

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

0 comments on commit 4c00eec

Please sign in to comment.