Skip to content

Commit ca06832

Browse files
committed
Document the MAXDIGITS setting.
1 parent f56aff3 commit ca06832

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/advanced.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ only the first `MAXWIDTH` of the constraints will be printed. Vertical dots,
143143
"⋮", will be printed indicating that some constraints were omitted in the
144144
printing.
145145

146+
A related setting is [`Convex.MAXDIGITS`](@ref), which controls
147+
printing the internal IDs of atoms: if the string representation of an
148+
ID is longer than double the value of `MAXDIGITS`, then it is
149+
shortened by printing only the first and last `MAXDIGITS` characters.
150+
146151
The AbstractTrees methods can also be used to analyze the structure
147152
of a Convex.jl problem. For example,
148153

@@ -197,4 +202,5 @@ Reference
197202
```@docs
198203
Convex.MAXDEPTH
199204
Convex.MAXWIDTH
205+
Convex.MAXDIGITS
200206
```

0 commit comments

Comments
 (0)