Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jeremy.meissner
cours
Commits
0c508ea3
Verified
Commit
0c508ea3
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
34201281
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slides/cours_25.md
+5
-5
5 additions, 5 deletions
slides/cours_25.md
with
5 additions
and
5 deletions
slides/cours_25.md
+
5
−
5
View file @
0c508ea3
---
title
:
"
Graphes
-
Plus
court
chemin
(2)
"
title
:
"
Graphes
-
Plus
court
chemin
suite
"
date
:
"
2023-06-23"
---
...
...
@@ -19,7 +19,7 @@ date: "2023-06-23"
. . .
*
`distance[source] = 0`
,
`ditance[reste]=inf`
;
*
`distance[source] = 0`
,
`di
s
tance[reste]=inf`
;
*
enfiler tous les sommets,
`distance <=> priorité`
;
*
tant qu'il y a des sommets dans la file:
*
u = défiler;
...
...
@@ -408,7 +408,7 @@ matrice floyd_warshall(distance, n, w)
## La matrice de précédence
*
On a pas encore vu comment reconstruire le plus
c
court chemin!
*
On a pas encore vu comment reconstruire le plus court chemin!
*
On définit, $P_{ij}^{(k)}$, qui est le prédécesseur du sommet $j$ depuis $i$ avec les sommets intermédiaires $
\i
n
\{
1, 2, ..., k
\}
$.
$$
P^{(0)}_{ij}=
\l
eft
\{
...
...
@@ -563,7 +563,7 @@ $$
# Formalisation: Les arbres couvrants
## Application: minimisation des coû
r
s
## Application: minimisation des coû
t
s
*
Équipement d'un lotissement avec des lignes électriques/téléphoniques, des canalisations, ...
...
...
@@ -587,7 +587,7 @@ $$
. . .
*
Un arbre couvrant d'un graphe non-orienté et connexe est:
*
un arbre inclu dans le graphe qui connecte tous les sommets du graphe.
*
un arbre inclu
s
dans le graphe qui connecte tous les sommets du graphe.
. . .
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment