MCPcopy Create free account
hub / github.com/bupticybee/TexasSolver / getRoot

Method getRoot

src/GameTree.cpp:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475shared_ptr<GameTreeNode> GameTree::getRoot() {
476 return this->root;
477}
478
479ifstream GameTree::readAllBytes(const string& filePath) {
480 ifstream input_file(filePath);

Callers 7

StrategyExplorerMethod · 0.80
PCfrSolverMethod · 0.80
setTrainableMethod · 0.80
trainMethod · 0.80
dumpsMethod · 0.80
setupModelDataMethod · 0.80
updateStrategyDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected