ContainerizationContainerization is a system of intermodal freight transport using intermodal containers (also called shipping containers, or ISO containers). Containerization, also referred as container stuffing or container loading, is the process of unitization of cargoes in exports. Containerization is the predominant form of unitization of export cargoes, as opposed to other systems such as the barge system or palletization. The containers have standardized dimensions.
Intermodal containerAn intermodal container, often called a shipping container or ISO Container, is a large standardized container designed and built for intermodal freight transport, meaning these containers can be used across different modes of transport – from ship to rail to truck – without unloading and reloading their cargo. Intermodal containers are primarily used to store and transport materials and products efficiently and securely in the global containerized intermodal freight transport system, but smaller numbers are in regional use as well.
Container shipA container ship (also called boxship or spelled containership) is a cargo ship that carries all of its load in truck-size intermodal containers, in a technique called containerization. Container ships are a common means of commercial intermodal freight transport and now carry most seagoing non-bulk cargo. Container ship capacity is measured in twenty-foot equivalent units (TEU). Typical loads are a mix of 20-foot (1-TEU) and 40-foot (2-TEU) ISO-standard containers, with the latter predominant.
Container portA container port or container terminal is a facility where cargo containers are transshipped between different transport vehicles, for onward transportation. The transshipment may be between container ships and land vehicles, for example trains or trucks, in which case the terminal is described as a maritime container port. Alternatively, the transshipment may be between land vehicles, typically between train and truck, in which case the terminal is described as an inland container port.
Refrigerated containerA refrigerated container or reefer is an intermodal container (shipping container) used in intermodal freight transport that is capable of refrigeration for the transportation of temperature-sensitive, perishable cargo such as fruits, vegetables, meat, and other similar items. While a reefer will have an integral refrigeration unit, they rely on external power, from electrical power points (“reefer points”) at a land-based site, a container ship or on quay.
Shipping containerA shipping container is a container with strength suitable to withstand shipment, storage, and handling. Shipping containers range from large reusable steel boxes used for intermodal shipments to the ubiquitous corrugated boxes. In the context of international shipping trade, "container" or "shipping container" is virtually synonymous with "intermodal freight container" (sometimes informally called a "sea can"), a container designed to be moved from one mode of transport to another without unloading and reloading.
Intermodal freight transportIntermodal freight transport involves the transportation of freight in an intermodal container or vehicle, using multiple modes of transportation (e.g., rail, ship, aircraft, and truck), without any handling of the freight itself when changing modes. The method reduces cargo handling, and so improves security, reduces damage and loss, and allows freight to be transported faster. Reduced costs over road trucking is the key benefit for inter-continental use. This may be offset by reduced timings for road transport over shorter distances.
Semi-trailer truckA semi-trailer truck, also known as a semi-truck, (or semi, big rig, tractor-trailer, or eighteen-wheeler) is the combination of a tractor unit and one or more semi-trailers to carry freight. A semi-trailer attaches to the tractor with a type of hitch called a fifth wheel. The main difference between tractor units in Europe and North America is that European models are cab over engine (called "forward control" in the United Kingdom), while the majority of North American trucks are "conventional" (called "normal control" or "bonneted" in the UK).
Linear programmingLinear programming (LP), also called linear optimization, is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships. Linear programming is a special case of mathematical programming (also known as mathematical optimization). More formally, linear programming is a technique for the optimization of a linear objective function, subject to linear equality and linear inequality constraints.
Semi-trailerA semi-trailer is a trailer without a front axle. The combination of a semi-trailer and a tractor truck is called a semi-trailer truck (also known simply as a "semi-trailer" in the United States). A large proportion of a semi-trailer's weight is supported by a tractor unit, or a detachable front-axle assembly known as a dolly, or the tail of another trailer. The semi-trailer's weight is semi-supported (half-supported) by its own wheels, at the rear of the semi-trailer.
LogisticsLogistics is a part of supply chain management that deals with the efficient forward and reverse flow of goods, services, and related information from the point of origin to the point of consumption according to the needs of customers. Logistics management is a component that holds the supply chain together. The resources managed in logistics may include tangible goods such as materials, equipment, and supplies, as well as food and other consumable items.
Integer programmingAn integer programming problem is a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers. In many settings the term refers to integer linear programming (ILP), in which the objective function and the constraints (other than the integer constraints) are linear. Integer programming is NP-complete. In particular, the special case of 0-1 integer linear programming, in which unknowns are binary, and only the restrictions must be satisfied, is one of Karp's 21 NP-complete problems.
Road trainA 'road train, land train' or long combination vehicle (LCV) is a trucking vehicle used to move road freight more efficiently than semi-trailer trucks. It consists of two or more trailers or semi-trailers hauled by a prime mover. Early road trains consisted of traction engines pulling multiple wagons. The first identified road trains operated into South Australia's Flinders Ranges from the Port Augusta area in the mid-19th century. They displaced bullock teams for the carriage of minerals to port and were, in turn, superseded by railways.
Tabu searchTabu search (TS) is a metaheuristic search method employing local search methods used for mathematical optimization. It was created by Fred W. Glover in 1986 and formalized in 1989. Local (neighborhood) searches take a potential solution to a problem and check its immediate neighbors (that is, solutions that are similar except for very few minor details) in the hope of finding an improved solution. Local search methods have a tendency to become stuck in suboptimal regions or on plateaus where many solutions are equally fit.
Third-party logisticsThird-party logistics (abbreviated as 3PL, or TPL) is an organization's long term commitment of outsourcing its distribution services to third-party logistics businesses. Third-party logistics providers typically specialize in integrated operations of warehousing and transportation services that can be scaled and customized to customers' needs, based on market conditions, to meet the demands and delivery service requirements for their products.
FlatcarA flatcar (US) (also flat car, or flatbed) is a piece of rolling stock that consists of an open, flat deck mounted on a pair of trucks (US) or bogies (UK), one at each end containing four or six wheels. Occasionally, flat cars designed to carry extra heavy or extra large loads are mounted on a pair (or rarely, more) of bogies under each end. The deck of the car can be wood or steel, and the sides of the deck can include pockets for stakes or tie-down points to secure loads.
Brute-force searchIn computer science, brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique and algorithmic paradigm that consists of systematically checking all possible candidates for whether or not each candidate satisfies the problem's statement. A brute-force algorithm that finds the divisors of a natural number n would enumerate all integers from 1 to n, and check whether each of them divides n without remainder.
Intelligent transportation systemAn intelligent transportation system (ITS) is an advanced application which aims to provide innovative services relating to different modes of transport and traffic management and enable users to be better informed and make safer, more coordinated, and 'smarter' use of transport networks. Some of these technologies include calling for emergency services when an accident occurs, using cameras to enforce traffic laws or signs that mark speed limit changes depending on conditions.
Local search (optimization)In computer science, local search is a heuristic method for solving computationally hard optimization problems. Local search can be used on problems that can be formulated as finding a solution maximizing a criterion among a number of candidate solutions. Local search algorithms move from solution to solution in the space of candidate solutions (the search space) by applying local changes, until a solution deemed optimal is found or a time bound is elapsed.