1/// Entities to model the Strip Packing Problem (SPP)
2pub mod entities;
34/// Importing problem instances into and exporting solutions out of this library
5pub mod io;
67/// Helper functions which do not belong to any specific module
8pub mod util;