Skip to content

Commit efd4911

Browse files
author
Alexey Stukalov
committed
SemOptimizer{E}: remove docstring
1 parent a1cf400 commit efd4911

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/types.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ end
7979
Base.:*(x::SemWeight{Nothing}, y) = y
8080
Base.:*(x::SemWeight, y) = x.w * y
8181

82-
"""
83-
Supertype of all objects that can serve as the `optimizer` field of a SEM.
84-
Connects the SEM to its optimization backend and controls options like the optimization algorithm.
85-
If you want to connect the SEM package to a new optimization backend, you should implement a subtype of SemOptimizer.
86-
"""
8782
abstract type SemOptimizer{E} end
8883

8984
"""

0 commit comments

Comments
 (0)