]> ruin.nu Git - icfp05.git/blobdiff - copsrc/cop.cpp
fixed bug in the graph-building
[icfp05.git] / copsrc / cop.cpp
index aed3aeb2b963d9aa6120370dcaa7ee84f56ed34e..dd0b1d1a38fee9866b331f2585914d362d505f3f 100644 (file)
@@ -34,7 +34,7 @@ void Cop::preGamePreparations(){
        }
        for (hash_map<string,Player>::const_iterator player = _players.begin();
                        player != _players.end(); ++player){
-               cerr << "Inital plan for player: " << player->first << endl;
+               //cerr << "Inital plan for player: " << player->first << endl;
                if (player->second.type == robber){
                        _robber = player->first;
                        continue;
@@ -125,7 +125,6 @@ void Cop::sendInformation(){
                        location != maybeRobber.end(); ++location){
                if (location->second > 0)
                        location->second /= possibilities;
-               cerr << "World: " << _world << endl;;
                cout << "inf: " << _robber << " " << location->first << " " << _playerTypeNames[robber] << " "
                        << _world << " " << location->second << endl;
        }