We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57e26d commit 736f1e3Copy full SHA for 736f1e3
1 file changed
docs/src/numerical.md
@@ -35,10 +35,16 @@ MathOptAnalyzer.Numerical.SmallMatrixQuadraticCoefficient
35
MathOptAnalyzer.Numerical.LargeMatrixQuadraticCoefficient
36
MathOptAnalyzer.Numerical.NonconvexQuadraticObjective
37
MathOptAnalyzer.Numerical.NonconvexQuadraticConstraint
38
+MathOptAnalyzer.Numerical.LargeDynamicRangeConstraint
39
+MathOptAnalyzer.Numerical.LargeDynamicRangeMatrix
40
+MathOptAnalyzer.Numerical.LargeDynamicRangeObjective
41
+MathOptAnalyzer.Numerical.LargeDynamicRangeRHS
42
+MathOptAnalyzer.Numerical.LargeDynamicRangeVariable
43
+MathOptAnalyzer.Numerical.LargeDynamicRangeBound
44
```
45
46
These issues are saved in the data structure that is returned from the `MathOptAnalyzer.analyze` function:
47
48
```@docs
49
MathOptAnalyzer.Numerical.Data
-```
50
+```
0 commit comments