Outer-approximation (OA): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 14: | Line 14: | ||
<math display=block>x_{1}+x_{2}\geq 3y_{1}</math> | <math display=block>x_{1}+x_{2}\geq 3y_{1}</math> | ||
<math display=block>y_{1}+y_{2}\geq 1</math> | <math display=block>y_{1}+y_{2}\geq 1</math> | ||
<math display=block>0 \leq x_{1} | <math display=block>0 \leq x_{1},x_{2} \leq 4</math> | ||
<math display=block>y_{1},y_{2} \in \big\{0,1\big\} </math> | <math display=block>y_{1},y_{2} \in \big\{0,1\big\} </math> | ||
Revision as of 04:20, 26 November 2021
Author: Yousef Aloufi (CHEME 6800 Fall 2021)
Introduction
Theory
Example
Minimize Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x)= y_{1} +y_{2} + \big(x_{1}\big)^{2} +\big(x_{2}\big)^{2} } Subject to
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x_{1}-2y_{1} \geq 0}
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 0\leq x_{1},x_{2}\leq 4}
Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y_{1},y_{2} \in \big\{0,1\big\} }