From c1485df515eebe4fe9e36612cbb44bc8d496dde4 Mon Sep 17 00:00:00 2001 From: Alessandro Gentilini Date: Sun, 13 Jul 2014 13:32:31 +0200 Subject: [PATCH] Correct formula in documentation of Solver::Options::function_tolerance. Change-Id: I5cfb9d58bd2ea12e9be46fb9d9e5a37466b0a7cb --- docs/source/solving.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/solving.rst b/docs/source/solving.rst index 80d0d340a..89c837e9a 100644 --- a/docs/source/solving.rst +++ b/docs/source/solving.rst @@ -1120,7 +1120,7 @@ elimination group [LiSaad]_. Solver terminates if - .. math:: \frac{|\Delta \text{cost}|}{\text{cost} < \text{function_tolerance}} + .. math:: \frac{|\Delta \text{cost}|}{\text{cost}} < \text{function_tolerance} where, :math:`\Delta \text{cost}` is the change in objective function value (up or down) in the current iteration of