Skip to content

Commit

Permalink
Fix docstring of Model not appearing in docs (#3198)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 24, 2023
1 parent 5a524cf commit 39e300b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/JuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ An abstract type that should be subtyped for users creating JuMP extensions.
"""
abstract type AbstractModel end

"""
Model
A mathematical model of an optimization problem.
"""
mutable struct Model <: AbstractModel
# In MANUAL and AUTOMATIC modes, CachingOptimizer.
# In DIRECT mode, will hold an AbstractOptimizer.
Expand Down

0 comments on commit 39e300b

Please sign in to comment.