fix(tex): typo in intro
This commit is contained in:
parent
0bb99a16d0
commit
5a206bd5d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue