Libsumo is useful if you need at lot of interaction between your code and sumo because it reduce communication overhead compared to TraCI. If you are comparing the algorithms in terms of overall traffic efficiency then most of the time is spent on simulation rather than routing so you won't need Libsumo. If you are repeatedly calling the sumo routers to compare the found routes with your own routes then it makes more sense. For details, see https://sumo.dlr.de/docs/Libsumo.html regards, Jakob
Am Mo., 17. Feb. 2020 um 10:19 Uhr schrieb Raheleh Zarei < [email protected]>: > Hello, > > I would like to test two routing algorithms using SUMO as a framework for > comparing these algorithms. Inside the program of these algorithms (written > in C++ in Linux), I need to call SUMO, start it, get the required variables > and reports and then close it and see the results. What do you suggest for > this? Do you think using Libsumo is a good idea? and if yes what's the > procedure of using it. > > Best, > Raheleh > -- > *RAZ* > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
