From 3cd6bd453b58b08338e54e032f747f1d285f0a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 22 May 2024 16:10:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Manual:=20fix=20inequalities=20i?= =?UTF-8?q?n=20general=20definition=20of=20an=20MCP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These should be strict inequalities. --- doc/manual/source/the-model-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index a1437afa68..c79b19371e 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -3878,7 +3878,7 @@ speed-up on large models. .. math:: LB = X &\Rightarrow F(X)>0\\ - LB\leq X \leq UB &\Rightarrow F(X)=0\\ + LB < X < UB &\Rightarrow F(X)=0\\ X =UB &\Rightarrow F(X)<0. -- GitLab