Skip to content

Commit

Permalink
Highlight dot-syntax in solutions.md (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Apr 8, 2019
1 parent 1371406 commit 0a2357b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/solutions.md
Expand Up @@ -84,9 +84,10 @@ The container type (e.g., scalar, vector, or matrix) of the returned solution
(primal or dual) depends on the type of the variable or constraint. See
[`AbstractShape`](@ref) and [`dual_shape`](@ref) for details.

To call [`value`](@ref) or [`dual`](@ref) on containers of
[`VariableRef`](@ref) or [`ConstraintRef`](@ref), use the broadcast syntax,
e.g., `value.(x)`.
!!! info
To call [`value`](@ref) or [`dual`](@ref) on containers of
[`VariableRef`](@ref) or [`ConstraintRef`](@ref), use the broadcast syntax,
e.g., `value.(x)`.

The objective value of a solved problem can be obtained via
[`objective_value`](@ref). The best known bound on the optimal objective
Expand Down

0 comments on commit 0a2357b

Please sign in to comment.