diff --git a/docs/src/numerical.md b/docs/src/numerical.md index 647ee2d..b416ec7 100644 --- a/docs/src/numerical.md +++ b/docs/src/numerical.md @@ -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 -``` \ No newline at end of file +```