ratedMove.cc
Go to the documentation of this file.
00001 #include "osl/rating/ratedMove.h"
00002 #include <iostream>
00003 #include <cassert>
00004 
00005 #ifndef MINIMAL
00006 std::ostream& osl::rating::operator<<(std::ostream& os, RatedMove const& move){
00007   return os << move.move() << "+rate " << move.rating() << " " << move.optimisticRating();
00008 }
00009 #endif
00010 // ;;; Local Variables:
00011 // ;;; mode:c++
00012 // ;;; c-basic-offset:2
00013 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines