X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=botsrc%2Fbot.cpp;h=168a0a904ee553dbacdd44ddbb4dbe9bc770ddf7;hp=506330af60f61d415a961f4e658adfc653ade36a;hb=78f8a847a81dc52d71a44833bc177bd156f62c4c;hpb=aae26492dc1712e3f4783223df158ff5aa65d975 diff --git a/botsrc/bot.cpp b/botsrc/bot.cpp index 506330a..168a0a9 100644 --- a/botsrc/bot.cpp +++ b/botsrc/bot.cpp @@ -21,8 +21,6 @@ Bot::Bot(const string& name, PlayerType type){ _playerTypes["robber"] = robber; _playerTypes["cop-foot"] = cop_foot; _playerTypes["cop-car"] = cop_car; - //shortestPath("",robber,SimpleSPGoal("")); - //shortestPath("",robber,FindPlayer(hash_map(),robber)); }