summaryrefslogtreecommitdiff
path: root/ERO1
diff options
context:
space:
mode:
Diffstat (limited to 'ERO1')
-rw-r--r--ERO1/Problème de transport.md1
-rw-r--r--ERO1/Programmation Linéaire.md9
2 files changed, 10 insertions, 0 deletions
diff --git a/ERO1/Problème de transport.md b/ERO1/Problème de transport.md
new file mode 100644
index 0000000..268b868
--- /dev/null
+++ b/ERO1/Problème de transport.md
@@ -0,0 +1 @@
+Equilibré s'il y a plus d'offre que de demande \ No newline at end of file
diff --git a/ERO1/Programmation Linéaire.md b/ERO1/Programmation Linéaire.md
new file mode 100644
index 0000000..5679d2e
--- /dev/null
+++ b/ERO1/Programmation Linéaire.md
@@ -0,0 +1,9 @@
+# Composantes d'un programme linéaire
+## Variables de décisions
+-> Inconnues du programme
+## Fonction objectif
+Fonction à optimiser
+CL des variables de décision
+## Contraintes
+
+# Algorithme du simplexe