Skip to content

Commit 3c34768

Browse files
authored
Update docs/src/developers/conventions.md
1 parent d54189a commit 3c34768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/developers/conventions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ shape, while [`get_attribute`](@ref) and [`set_attribute`](@ref) can be used to
2525
get and set the value in the vectorized shape:
2626

2727
```@repl
28+
using JuMP
2829
model = Model();
2930
@variable(model, x[1:2, 1:2], PSD);
3031
c = VariableInSetRef(x);

0 commit comments

Comments
 (0)