Skip to content
Snippets Groups Projects
Verified Commit 3cd6bd45 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: Manual: fix inequalities in general definition of an MCP

These should be strict inequalities.
parent 656c1300
Branches
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment