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 c14d246 commit 5892251Copy full SHA for 5892251
src/model.jl
@@ -325,7 +325,7 @@ end
325
"""
326
$(TYPEDSIGNATURES)
327
328
-Return `true` if the model is autonomous.
+Return `true`.
329
330
function is_autonomous(
331
::Model{
@@ -343,6 +343,11 @@ function is_autonomous(
343
return true
344
end
345
346
+"""
347
+$(TYPEDSIGNATURES)
348
+
349
350
351
352
353
NonAutonomous,
0 commit comments