Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/src/numerical.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@ MathOptAnalyzer.Numerical.SmallMatrixQuadraticCoefficient
MathOptAnalyzer.Numerical.LargeMatrixQuadraticCoefficient
MathOptAnalyzer.Numerical.NonconvexQuadraticObjective
MathOptAnalyzer.Numerical.NonconvexQuadraticConstraint
MathOptAnalyzer.Numerical.LargeDynamicRangeConstraint
MathOptAnalyzer.Numerical.LargeDynamicRangeMatrix
MathOptAnalyzer.Numerical.LargeDynamicRangeObjective
MathOptAnalyzer.Numerical.LargeDynamicRangeRHS
MathOptAnalyzer.Numerical.LargeDynamicRangeVariable
MathOptAnalyzer.Numerical.LargeDynamicRangeBound
```

These issues are saved in the data structure that is returned from the `MathOptAnalyzer.analyze` function:

```@docs
MathOptAnalyzer.Numerical.Data
```
```
Loading