MCPcopy Create free account
hub / github.com/PascalPons/connect4 / main

Function main

main.cpp:35–73  ·  view source on GitHub ↗

* Main function. * Reads Connect 4 positions, line by line, from standard input * and writes one line per position to standard output containing: * - score of the position * - number of nodes explored * - time spent in microsecond to solve the position. * * Any invalid position (invalid sequence of move, or already won game) * will generate an error message to standard error and an em

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

loadBookMethod · 0.80
playMethod · 0.80
nbMovesMethod · 0.80
analyzeMethod · 0.80
solveMethod · 0.80

Tested by

no test coverage detected