Skip to content

Commit 63f09d2

Browse files
committed
Doc
1 parent 7f7d0dc commit 63f09d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ams/routines/grbopt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(self, system, config):
4747
self.obj = Objective(name='obj',
4848
info='total cost, placeholder',
4949
e_str='sum(c2 * pg**2 + c1 * pg + c0)',
50+
unit='$',
5051
sense='min',)
5152

5253
self.pi = Var(info='Lagrange multiplier on real power mismatch',

0 commit comments

Comments
 (0)