Skip to content

Commit 75436ea

Browse files
committed
Merge remote-tracking branch 'michaelbynum/initialization' into initialization
2 parents fa557b3 + bd4f5ae commit 75436ea

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyomo/devel/initialization/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
# software. This software is distributed under the 3-clause BSD License.
88
# ____________________________________________________________________________________
99

10-
import pyomo.environ as pe
10+
import math
11+
12+
import pyomo.environ as pyo
1113
from pyomo.common.collections import ComponentSet
1214
from pyomo.core.base.block import BlockData
1315
from pyomo.core.expr.visitor import identify_variables
14-
import math
1516

1617

1718
def get_vars(m: BlockData):

0 commit comments

Comments
 (0)