Skip to content

Commit 0c8bb2f

Browse files
Update src/solutions/optimization_solutions.jl
1 parent d0632f8 commit 0c8bb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/optimization_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Representation of the solution to a non-linear optimization defined by an Optimi
4949
5050
## Fields
5151
52-
- `x`: the representation of the optimization's solution.
52+
- `u`: the representation of the optimization's solution.
5353
- `cache::AbstractOptimizationCache`: the optimization cache` that was solved.
5454
- `alg`: the algorithm type used by the solver.
5555
- `objective`: Objective value of the solution

0 commit comments

Comments
 (0)