g++のバージョンが違うため,コンパイル時にエラーが発生する
また,実行時にFedora10だとなんかうまくいかないのでCygwinで実行した
palm-graph/vehicle.hの117行目
void CityVehicles::addVehicle(int src, int dst, float time, int id);
↓
void addVehicle(int src, int dst, float time, int id);
palm-graph/statistics.ccの66行目
grid = new (int*)[x_];
↓
grid = new int*[x_];
参考文献
http://monarch.cs.rice.edu/~santa/research/mobility/
http://www.cs.rice.edu/~amsaha/Research/MobilityModel/
http://lrcwww.epfl.ch/RandomTrip/
2009/11/05
Random Trip Mobility Model
Blog Archive
Labels
Template Design: © 2007 Envy Inc.
0 コメント:
::コメントを投稿する::