Skip to content

Commit 259ca2e

Browse files
authored
Add video tutorial link in README (#16)
Updated README to include a link to the video tutorial.
1 parent b1a4d64 commit 259ca2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ in that folder contain some trivial public data structures. The API consists of
5454

5555
4. **Postsolve** — performed using `postsolve()`, which recovers a primal-dual
5656
solution to the original LP from a primal-dual solution to the reduced problem.
57-
(The exact convention we use for the dual variables can be found in our XXX.)
5857

5958
Detailed descriptions of each function and all associated data structures are
60-
documented in the `PSLP` folder. A video tutorial is available at TODO.
59+
documented in the `PSLP` folder. A video tutorial is available [here](https://www.youtube.com/watch?v=ASYi21eCB-8).
60+
6161

6262
---
6363
## Citation

0 commit comments

Comments
 (0)