Hello, saving and loading simulation state is implemented via sumo options --save-state and --load-state (see http://sumo.dlr.de/wiki/SUMO) There are some known bugs which you are welcome to go ahead and fix (-:
http://sumo.dlr.de/trac.wsgi/ticket/1433 http://sumo.dlr.de/trac.wsgi/ticket/1418 http://sumo.dlr.de/trac.wsgi/ticket/1494 regards, Jakob PS: Thank you for reporting the bug. It is now being tracked at http://sumo.dlr.de/trac.wsgi/ticket/1956. As a simple workaround, make sure that you have fox installed before running ./configure and make. (You won't get a gui otherwise either). See http://sumo.dlr.de/wiki/Installing/Linux_Build_Libraries#The_Libraries (sudo apt-getlibfox-1.6-0 libfox-1.6-dev) On 10/03/2015 02:22 PM, Matej KUBICKA wrote: > > > Hello, > > me and my colleagues would like to take a look at what is the potential > of various routing strategies. I have been reviewing SUMO in an effort > to find suitable traffic simulator. > > Well SUMO is suitable for us, however, there is one feature about which > I did not find any information - whether it is possible to store > simulation state at any given time step and restart it later from that > point. Such feature would allow us to speed things up asymptotically. > > As I went through the documentation, it doesn't seem to be supported. Is > it by design? How much effort would it take for me to add it? > > Thank you, > Matej. > > PS: There might be a bug in current version of duarouter. It complains > that option "routing-threads" does not exist even when invoked without > it (specifically, with "duarouter -t <FILE> -n <FILE> -o <FILE>"). I > replaced "oc.getInt("routing-threads")>1" with "true" in > duarouter_main.cpp (line 86) as a walkaround. I am using Ubuntu & SUMO > 0.24.0, downloaded yesterday from SF and recompiled with standard > configuration. > ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
