Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Add link to appendix #20

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ For more, please refer to our paper:
- [Prerequisites](#prerequisites)
- [Building FracGM](#building-fracgm)
- [:seedling: Example Usages](#seedling-example-usages)
- [:coffee: Supplementary Materials](#coffee-supplementary-materials)
- [:gift: Acknowledgement](#gift-acknowledgement)

## :gear: Setup
Expand Down Expand Up @@ -96,6 +97,12 @@ python3 -m pip install $(ls ./target/wheels/*.whl) --force-reinstall
- [:croissant: C++](examples/cpp)
- [:snake: Python](examples/python)

## :coffee: Supplementary Materials

- [:page_facing_up: Appendix A.](appendix/appx_A) A simple example of FracGM with global optimal guarantees
- [:page_facing_up: Appendix B.](appendix/appx_B) Tightness of linear relaxation
- [:page_facing_up: Appendix C.](appendix/appx_C) Sensitivity of initial guess

## :gift: Acknowledgement

The feature of maximum clique inlier selection (MCIS) refers to [TEASER++'s implementation](https://github.com/MIT-SPARK/TEASER-plusplus), which is under the MIT license.
Expand Down
Loading