Uses of Record Class
io.openml.gearbox.controller.TravelingSalesmanController.Request
Packages that use TravelingSalesmanController.Request
-
Uses of TravelingSalesmanController.Request in io.openml.gearbox.controller
Methods in io.openml.gearbox.controller with parameters of type TravelingSalesmanController.RequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TravelingSalesmanController.solveTsp
(TravelingSalesmanController.Request request) Accepts a POST request with a list of cities and a distance matrix, and returns the optimal tour.