Skip to content

Commit a58037a

Browse files
committed
add authors
1 parent 594b756 commit a58037a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hiopbbpy/opt/optproblem.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
1313
Returns:
1414
Ipopt-compatible prob and bounds
15+
16+
Authors: Tucker Hartland <hartland1@llnl.gov>
17+
Nai-Yuan Chiang <chiang7@llnl.gov>
1518
"""
1619
class IpoptProb:
1720
def __init__(self, objective, gradient, constraints_list, xbounds, solver_options=None):

0 commit comments

Comments
 (0)