|
TProcura
Biblioteca em C++ para testes paramétricos de algoritmos, e coleção de algoritmos de procura e otimização
|
registo do valor de um estado, em procuras anteriores More...
#include <TProcuraAdversa.h>
Public Attributes | |
| int | instancia = 0 |
| int | brancas = 0 |
| int | pretas = 0 |
| int | resultado = 0 |
| int | nJogadas = 0 |
| double | tempoBrancas = 0.0 |
| double | tempoPretas = 0.0 |
| TString | jogo = "" |
registo do valor de um estado, em procuras anteriores
Definition at line 43 of file TProcuraAdversa.h.
| int SResultadoJogo::brancas = 0 |
Definition at line 45 of file TProcuraAdversa.h.
| int SResultadoJogo::instancia = 0 |
Definition at line 44 of file TProcuraAdversa.h.
| TString SResultadoJogo::jogo = "" |
Definition at line 51 of file TProcuraAdversa.h.
| int SResultadoJogo::nJogadas = 0 |
Definition at line 48 of file TProcuraAdversa.h.
| int SResultadoJogo::pretas = 0 |
Definition at line 46 of file TProcuraAdversa.h.
| int SResultadoJogo::resultado = 0 |
Definition at line 47 of file TProcuraAdversa.h.
| double SResultadoJogo::tempoBrancas = 0.0 |
Definition at line 49 of file TProcuraAdversa.h.
| double SResultadoJogo::tempoPretas = 0.0 |
Definition at line 50 of file TProcuraAdversa.h.