Fixlet to definitions.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 16 Oct 2018 11:34:25 +0000 (13:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 16 Oct 2018 11:34:25 +0000 (13:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
rapport/ProjetOptimRO.tex

index 00d65623b8e1a0e7e0cebf76989512b56ec35239..647de29ddf612df56e0a42ceb7dad53121194d84 100644 (file)
 
  \begin{tabular}{c}
   \hline
-  ~                              \\
-  \LARGE\textbf {Programmation Séquentielle Quadratique} \\
-  \LARGE\textbf {en}             \\
+  ~                                                           \\
+  \LARGE\textbf {Programmation Séquentielle Quadratique}      \\
+  \LARGE\textbf {en}                                          \\
   \LARGE\textbf {Optimisation non linéraire sous contraintes} \\
-  ~                              \\
+  ~                                                           \\
   \hline
  \end{tabular}
 
@@ -170,17 +170,17 @@ Soient $(n, p, q) \in \mathbb{N}^3$, $x \in \mathbb{R}^n$, une fonction $g: \mat
 \newline
 Définissons le problème central $ \mathcal{P} $ que ce propose de résoudre la recherche opérationnelle :
 \begin{Def}
-$
- \mathcal{P} \left \{
-              \begin{array}{r c l}
-              \displaystyle\min_{x \in \mathcal{C}} J(x) \\
-              g(x) \leq 0 \\
-              h(x) = 0
-              \end{array}
-             \right .
-$
+ $
 \mathcal{P} \left \{
+  \begin{array}{r c l}
+   \displaystyle\min_{x \in \mathbb{R}^n} J(x) \\
+   g(x) \leq 0                                 \\
+   h(x) = 0
+  \end{array}
+  \right .
+ $
 \end{Def}
-où $ \mathcal{C} $ est l'ensemble des contraintes défini par :
+On définit $ \mathcal{C} $ l'ensemble des contraintes par :
 \begin{Def}
  $ \mathcal{C} = \left \{ x \in \mathbb{R}^n | g(x) \leq 0, h(x) = 0 \right \} $
 \end{Def}