This document summarizes a study that uses Ant Colony Optimization (ACO) to optimize the capacity of a railway terminal station. The capacity problem is formulated as a Travelling Salesman Problem (TSP) where arrival/departure events are nodes and the schedule length is the tour length. The ACO algorithm is applied to find an optimal schedule that maximizes the number of trains departing per hour while satisfying constraints. Simulation results show ACO produces superior solutions to domain experts and validate formulating the capacity problem as a TSP. The study contributes an application of soft computing techniques to solve a combinatorial optimization problem in transportation planning.