Ant Colony Optimization (ACO) metaheuristic is a multi-agent system in which the behaviour of each ant inspired by foraging real ants to solve optimization problem. Set Covering Problems (SCP), on other hand, deal with maximizing coverage every subset while weight nodes used must be minimized. In this paper, ACO was adapted and case Problem. The for solving SCP implemented as computer program u...