Skip to content

Commit

Permalink
provide Solution in top-level init (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 authored May 9, 2023
1 parent 6acea68 commit 33cca24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyoptsparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from .pyOpt_objective import Objective
from .pyOpt_optimization import Optimization
from .pyOpt_optimizer import Optimizer, OPT, Optimizers
from .pyOpt_solution import Solution

# Now import all the individual optimizers
from .pySNOPT.pySNOPT import SNOPT
Expand Down

0 comments on commit 33cca24

Please sign in to comment.