* Reccursively score connect 4 position using negamax variant of alpha-beta algorithm. * @param: position to evaluate, this function assumes nobody already won and * current player cannot win next move. This has to be checked before * @param: alpha < beta, a score window within which we are evaluating the position. * * @return the exact score, an upper or lower bound score depending o
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected