full_root          95 src/search_full.cpp static int  full_root            (list_t * list, board_t * board, int alpha, int beta, int depth, int height, int search_type);
full_root         219 src/search_full.cpp    value = full_root(list,board,-ValueInf,+ValueInf,depth,0,search_type);