We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea28fc9 commit 5e7a822Copy full SHA for 5e7a822
1 file changed
ext/ManoptJuMPExt.jl
@@ -45,7 +45,7 @@ mutable struct Optimizer <: MOI.AbstractOptimizer
45
# Sense of the optimization, that is whether it is for example min, max or no objective
46
sense::MOI.OptimizationSense
47
# Objective function of the optimization
48
- objective::Manopt.AbstractManifoldObjective
+ objective::Union{Nothing,Manopt.AbstractManifoldObjective}
49
# Solver parameters set with `MOI.RawOptimizerAttribute`
50
options::Dict{String,Any}
51
function Optimizer()
0 commit comments