fix(tex): typo in intro

This commit is contained in:
Paul ALNET 2023-06-03 10:07:35 +02:00
parent 0bb99a16d0
commit 5a206bd5d7

View file

@ -5,7 +5,7 @@ containers of a fixed capacity in a way that minimizes the number of containers
used. This has applications in many fields, such as logistics, where we want to
optimize the storage and transport of items in boxes, containers, trucks, etc. In
this paper, we will focus on one-dimensional bin packing, where we try to store
items of different heigts in a linear container.
items of different heights in a linear container.
Building mathematical models for bin packing is useful in understanding the
problem and in designing better algorithms, depending on the use case. An