Skip to content

Commit 3ca76ba

Browse files
authored
fix GenericExecutionStats documentation (#46)
1 parent 0851d93 commit 3ca76ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/stats.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262
abstract type AbstractExecutionStats end
6363

6464
"""
65-
GenericExecutionStats(status, nlp; ...)
65+
GenericExecutionStats(nlp; ...)
6666
6767
A GenericExecutionStats is a struct for storing output information of solvers.
6868
It contains the following fields:
@@ -98,7 +98,7 @@ the field value as reliable.
9898
9999
The `reset!()` method marks all fields as unreliable.
100100
101-
The `status` field is mandatory on construction.
101+
`nlp` is mandatory to set default optional fields.
102102
All other variables can be input as keyword arguments.
103103
104104
Notice that `GenericExecutionStats` does not compute anything, it simply stores.

0 commit comments

Comments
 (0)