Routing is the process of selecting best path and it can be performed on any type of the network. In a vehicle routing problem (VRP), different vehicles travel around a network, which start from and end to a depot node. Capacitated VRP deals with the maximum volume that individual vehicle can handle. Ant colony optimization algorithm is an effective approach to solve capacitated vehicle routing problem, Introducing clockwise partition clustering an improve the efficiency of finding the optimal path while considering the nodal demand of each vehicle.
Testing is necessary because we all make mistakes. Some of those mistakes can be ignored, but some mistakes are expensive; therefore it's required to check everything and anything we produce because things can always go wrong. Software Testing can be stated as the process of validating and verifying that a computer program/ application/product works as expected. Mutation testing falls under white box testing that measures the effectiveness of the test cases. It is fault based technique where fault is seeded into the original program to create set of faulty programs; also called as mutant and provide Mutation Score (MS); which is used to determine the sufficiency of the test cases. Mutation testing is used to increase the coverage and effectiveness of the test cases but because of its high cost of executing mutant it was not widely used. There are different Mutant Reduction Techniques which have been proposed to reduce the number of Mutant generated. In this paper a new hybrid approach is proposed that may reduce more number of mutants.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.