The document discusses solving the vehicle routing problem (VRP) using the artificial bee colony (ABC) algorithm, focusing on its implementation in parallel across multiple cores. It reviews several research papers to outline improvements such as the swap operator for neighborhood search and the design of a parallel implementation to mitigate data dependencies. Lastly, it presents performance results from strong and weak scaling tests on various problem sizes and highlights future work to address additional VRP variations.