Skip to content

Commit 6f10d1c

Browse files
committed
docs(references): added documentation for init method for MathOptInterface
1 parent f5112cc commit 6f10d1c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/src/reference/reference.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,10 +386,20 @@ api.compute_ising
386386
api.compute_mixed_ising
387387
```
388388

389+
```@docs
390+
api.QumoResult
391+
```
392+
389393
```@docs
390394
api.compute_qumo_positive
391395
```
392396

393397
```@docs
394398
api.compute_qumo
395399
```
400+
401+
## `MathOptInterface` and `JuMP`
402+
403+
```@docs
404+
MOI.init
405+
```

src/init.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ module MOI
2424
__jump_ext = __modules[__index_of_jump_ext]
2525
Optimizer[] = __jump_ext.Optimizer
2626
end
27+
28+
return nothing
2729
end
2830
end
2931

0 commit comments

Comments
 (0)