We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6387bf9 commit 73b38d7Copy full SHA for 73b38d7
1 file changed
src/utilities.jl
@@ -27,7 +27,9 @@ mutable struct IntegratorStates
27
new_decision_box::Bool
28
"Has the decision point changed since the last evaluation"
29
new_decision_pnt::Bool
30
+ "The relaxed problem has been updated"
31
set_lower_state::Bool
32
+ "The local problem has been updated"
33
set_upper_state::Bool
34
"How did the integrator terminate"
35
termination_status::TerminationStatusCode
0 commit comments