Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
alpha_beta_connect3_example.cc File Reference

Reference example: Connect-3 with Alpha-Beta and move ordering. More...

#include <iostream>
#include <State_Search.H>
#include <tpl_array.H>
Include dependency graph for alpha_beta_connect3_example.cc:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Reference example: Connect-3 with Alpha-Beta and move ordering.

Build and run:

  • cmake --build build --target alpha_beta_connect3_example
  • ./build/Examples/alpha_beta_connect3_example

Definition in file alpha_beta_connect3_example.cc.

Function Documentation

◆ main()