File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
doc/source/tutorial/solvers Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 475475}
476476"""
477477
478+ CITATION_DICT ["CUCLARABEL" ] = \
479+ """
480+ @misc{CuClarabel,
481+ title={CuClarabel: GPU Acceleration for a Conic Optimization Solver},
482+ author={Yuwen Chen and Danny Tse and Parth Nobel and Paul Goulart and Stephen Boyd},
483+ year={2024},
484+ eprint={2412.19027},
485+ archivePrefix={arXiv},
486+ primaryClass={math.OC},
487+ url={https://arxiv.org/abs/2412.19027},
488+ }
489+ """
490+
478491CITATION_DICT ["DAQP" ] = \
479492"""
480493@article{arnstrom2022dual,
Original file line number Diff line number Diff line change @@ -903,6 +903,7 @@ will be the same as the class variable ``SUPPORTED_CONSTRAINTS``.
903903.. _SCIPY : https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.linprog.html#scipy.optimize.linprog
904904.. _HiGHS : https://highs.dev/
905905.. _CLARABEL : https://oxfordcontrol.github.io/ClarabelDocs/
906+ .. _CUCLARABEL : https://github.com/cvxgrp/CuClarabel
906907.. _PIQP : https://predict-epfl.github.io/piqp/
907908.. _PROXQP : https://github.com/simple-robotics/proxsuite
908909.. _CUOPT : https://github.com/NVIDIA/cuopt
You can’t perform that action at this time.
0 commit comments