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 6fef5bc commit 348cea6Copy full SHA for 348cea6
src/variables.jl
@@ -589,7 +589,7 @@ An operator that evaluates time-dependent variables at a specific absolute time
589
# Description
590
`EvalAt` is used to evaluate time-dependent variables at a specific time point. This is particularly
591
useful in optimization problems where you need to specify constraints or costs at particular moments
592
-in time.
+in time, or delay differential equations for setting a delay time.
593
594
The operator works by replacing the time argument of time-dependent variables with the specified
595
time `t`. For variables that don't depend on time, `EvalAt` returns them unchanged.
0 commit comments