Skip to content

Commit 5e7a822

Browse files
committed
Fix
1 parent ea28fc9 commit 5e7a822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/ManoptJuMPExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mutable struct Optimizer <: MOI.AbstractOptimizer
4545
# Sense of the optimization, that is whether it is for example min, max or no objective
4646
sense::MOI.OptimizationSense
4747
# Objective function of the optimization
48-
objective::Manopt.AbstractManifoldObjective
48+
objective::Union{Nothing,Manopt.AbstractManifoldObjective}
4949
# Solver parameters set with `MOI.RawOptimizerAttribute`
5050
options::Dict{String,Any}
5151
function Optimizer()

0 commit comments

Comments
 (0)