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 0851d93 commit 3ca76baCopy full SHA for 3ca76ba
1 file changed
src/stats.jl
@@ -62,7 +62,7 @@ end
62
abstract type AbstractExecutionStats end
63
64
"""
65
- GenericExecutionStats(status, nlp; ...)
+ GenericExecutionStats(nlp; ...)
66
67
A GenericExecutionStats is a struct for storing output information of solvers.
68
It contains the following fields:
@@ -98,7 +98,7 @@ the field value as reliable.
98
99
The `reset!()` method marks all fields as unreliable.
100
101
-The `status` field is mandatory on construction.
+`nlp` is mandatory to set default optional fields.
102
All other variables can be input as keyword arguments.
103
104
Notice that `GenericExecutionStats` does not compute anything, it simply stores.
0 commit comments