2022-06-15 07:42:49 +02:00
|
|
|
|
# Vorlesungswoche 11 (13.–19. Juni 2022) #
|
|
|
|
|
|
|
|
|
|
## Agenda ##
|
|
|
|
|
|
|
|
|
|
- [ ] Rucksackproblem
|
|
|
|
|
- Greedyalgorithmus
|
|
|
|
|
- Branch & Bound
|
|
|
|
|
|
2022-06-15 07:53:37 +02:00
|
|
|
|
### Beispielausführungen von Greedy vs. B&B - Problem aus Folien ###
|
2022-06-15 07:42:49 +02:00
|
|
|
|
|
2022-06-15 07:53:37 +02:00
|
|
|
|
![Problem aus Folien](./../notes/img/embed_rucksack_1a.png)
|
|
|
|
|
|
|
|
|
|
![Problem aus Folien](./../notes/img/embed_rucksack_1b.png)
|
2022-06-15 07:42:49 +02:00
|
|
|
|
|
|
|
|
|
### Beispielausführungen von B&B - Problem aus Vorlesung ###
|
|
|
|
|
|
|
|
|
|
![Problem aus VL](./../notes/img/embed_rucksack_2.png)
|
|
|
|
|
|
|
|
|
|
### Beispielausführungen von B&B - Problem aus Seminarblatt ###
|
|
|
|
|
|
|
|
|
|
![Problem aus Seminarblatt](./../notes/img/embed_rucksack_3.png)
|