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 fc48b7c commit 24daeefCopy full SHA for 24daeef
docs/src/reference/dynamic_variables.md
@@ -5,6 +5,8 @@ CurrentModule = DynOptInterface
5
# Dynamic Variables
6
7
```@docs
8
+AbstractDynamicFunction
9
+AbstractAlgebraicFunction
10
DomainIndex
11
AlgebraicVariableIndex
12
DifferentialVariableIndex
src/dynamic_variables.jl
@@ -1,5 +1,15 @@
1
+"""
2
+ AbstractDynamicFunction <: MOI.AbstractScalarFunction
3
+
4
+Abstract supertype for dynamic functions.
abstract type AbstractDynamicFunction <: MOI.AbstractScalarFunction end
+ AbstractAlgebraicFunction <: AbstractDynamicFunction
+Abstract supertype for algebraic functions.
13
abstract type AbstractAlgebraicFunction <: AbstractDynamicFunction end
14
15
"""
0 commit comments