diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-06-03 12:22:18 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-06-03 12:22:18 +0200 |
| commit | 649efa0400bf730cdfe4b3a565dfc52082c67d4a (patch) | |
| tree | 027e6a2c1a0abcdb4be1793eb5f1bc35cddd4f9a /ERO1 | |
| parent | 5406f106126b8053f7433c3abb036f04c8da8d8b (diff) | |
update: Tuesday 2 June, 12:22:18 from IUseArchBTW
Diffstat (limited to 'ERO1')
| -rw-r--r-- | ERO1/Problème de transport.md | 1 | ||||
| -rw-r--r-- | ERO1/Programmation Linéaire.md | 9 |
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 |
