AM-42 - The Classic Transportation Problem

The classic transportation problem concerns minimizing the cost of transporting a product from sources/supplies to destinations/demands. It is a network-flow problem that arises in industrial logistics and is often solved by linear programming (LP). The three inputs of the model are total units produced at each source, total units needed at each destination, and the cost to transport one unit from each source to each destination. And the objective is to minimize the total cost of transporting all units produced at sources to meet the demands at destinations. The problem solution includes three basic steps: 1) finding an initial basic feasible solution, 2) checking if the current solution is optimal (with the lowest costs), and improving the current solution through iteration. Solving such a problem relies strongly on the network data models, least-cost path algorithms, other functionalities in GIS. And an integrated framework is often adopted to utilize both GIS and non-GIS linear programming solvers to search for the optimal solution.
DA-04 - GIS&T and Civil Engineering
Civil Engineering, which includes sub-disciplines such as environmental, geotechnical, structural, and water resource engineering, is increasingly dependent on the GIS&T for the planning, design, operation and management of civil engineering infrastructure systems. Typical tasks include the management of spatially referenced data sets, analytic modeling for making design decisions and estimating likely system behavior and impacts, and the visualization of systems for the decision-making process and garnering stakeholder support.