If you are actively using CVX in teaching, research, or applications, and haven’t yet told us about it, please do so! It is truly encouraging to hear about new uses for CVX.
Are you using CVX in research work to be published? If so, please include explicit mention of our work in your publication. We suggest language such as this,
To solve problem (17) we used \texttt{CVX}, a package for specifying and solving convex programs \cite{CVX,DCP}.
with the following corresponding entries in your bibliography:
- M. Grant and S. Boyd. CVX: Matlab software for disciplined convex programming, version 1.21. ../../cvx, April 2011.
- M. Grant and S. Boyd. Graph implementations for nonsmooth convex programs, Recent Advances in Learning and Control (a tribute to M. Vidyasagar), V. Blondel, S. Boyd, and H. Kimura, editors, pages 95-110, Lecture Notes in Control and Information Sciences, Springer, 2008. http://stanford.edu/~boyd/graph_dcp.html.
The corresponding BiBTeX citations are given below:
@misc{cvx,
author = {M. Grant and S. Boyd},
title = {{CVX}: Matlab Software for Disciplined Convex
Programming, version 1.21},
howpublished = {\url{../../cvx}},
month = apr,
year = 2011
}
@incollection{gb08,
author = {M. Grant and S. Boyd},
title = {Graph implementations for nonsmooth convex programs},
booktitle = {Recent Advances in Learning and Control},
series = {Lecture Notes in Control and Information Sciences},
editor = {V. Blondel and S. Boyd and H. Kimura},
publisher = {Springer-Verlag Limited},
pages = {95--110},
year = 2008,
note = {\url{http://stanford.edu/~boyd/graph_dcp.html}}
}