Skip to content

Commit

Permalink
Merge 2dab4b0 into f3f12ef
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Oct 3, 2021
2 parents f3f12ef + 2dab4b0 commit 5ae9ed0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ current_version = 3.0.0

[bumpversion:file:README.md]

[bumpversion:file:CITATION.cff]

[bumpversion:file:include/glbopts.h]

[bumpversion:file:CMakeLists.txt]
39 changes: 39 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "O'Donoghue"
given-names: "Brendan"
- family-names: "Chu"
given-names: "Eric"
- family-names: "Parikh"
given-names: "Neal"
- family-names: "Boyd"
given-names: "Stephen"
title: "SCS: Spltting Conic Solver"
version: 3.0.0
date-released: 2021
url: "https://github.com/cvxgrp/scs"

# Original SCS paper:
preferred-citation:
type: article
authors:
- family-names: "O'Donoghue"
given-names: "Brendan"
- family-names: "Chu"
given-names: "Eric"
- family-names: "Parikh"
given-names: "Neal"
- family-names: "Boyd"
given-names: "Stephen"
journal: "Journal of Optimization Theory and Applications"
month: 6
start: 1042 # Start pages
end: 1068 # End pages
title: "Conic Optimization via Operator Splitting and Homogeneous Self-Dual Embedding"
issue: 3
volume: 169
year: 2016
doi: 10.1007/s10957-016-0892-3
url: https://dx.doi.org/10.1007/s10957-016-0892-3

0 comments on commit 5ae9ed0

Please sign in to comment.