forked from jkitchin/pounce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
43 lines (43 loc) · 1.43 KB
/
Copy pathCITATION.cff
File metadata and controls
43 lines (43 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
cff-version: 1.2.0
message: "If you use POUNCE in academic work, please cite it as below."
title: "POUNCE: a pure-Rust port of the Ipopt interior-point NLP solver"
abstract: >
POUNCE is a pure-Rust port of the Ipopt (Interior Point OPTimizer)
nonlinear programming solver. It solves continuous nonlinear
optimization problems with equality and inequality constraints using
a primal-dual interior-point method with a filter line search.
type: software
license: EPL-2.0
repository-code: "https://github.com/jkitchin/pounce"
url: "https://github.com/jkitchin/pounce"
doi: "10.5281/zenodo.20387011"
identifiers:
- type: doi
value: "10.5281/zenodo.20387011"
description: "Concept DOI — always resolves to the latest POUNCE release"
version: 0.8.0
date-released: 2026-07-11
authors:
- family-names: Kitchin
given-names: John R.
affiliation: Carnegie Mellon University
orcid: "https://orcid.org/0000-0003-2625-9232"
keywords:
- nonlinear optimization
- interior-point method
- ipopt
- rust
- numerical optimization
references:
- type: article
title: "On the implementation of an interior-point filter line-search algorithm for large-scale nonlinear programming"
authors:
- family-names: "Wächter"
given-names: Andreas
- family-names: Biegler
given-names: "Lorenz T."
journal: "Mathematical Programming"
volume: 106
issue: 1
year: 2006
doi: "10.1007/s10107-004-0559-y"