We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bea7e8 commit 9bae174Copy full SHA for 9bae174
lib/OptimizationBase/src/OptimizationBase.jl
@@ -7,7 +7,7 @@ using Reexport
7
using ArrayInterface, Base.Iterators, SparseArrays, LinearAlgebra
8
import SciMLBase: OptimizationProblem,
9
OptimizationFunction, ObjSense,
10
- MaxSense, MinSense, OptimizationStats
+ MaxSense, MinSense, OptimizationStats, solve
11
export ObjSense, MaxSense, MinSense
12
13
using FastClosures
0 commit comments