BWAPI
Functions
UAlbertaBot_src/Projects/UAlbertaBot/Source/starcraftsearch/test.cpp File Reference
#include "BWAPI.h"
#include <stdio.h>
#include <iostream>
#include <fstream>
#include "DependencyGraph.hpp"
#include "ProtossState.hpp"
#include "TerranState.hpp"
#include "ZergState.hpp"
#include "DFBBStarcraftSearch.hpp"
#include "StarcraftSearchConstraint.hpp"
#include "SmartStarcraftSearch.hpp"
#include "BuildOrderComparator.hpp"
Include dependency graph for test.cpp:

Functions

StarcraftSearchGoal defaultProtossGoal ()
StarcraftSearchGoal defaultTerranGoal ()
StarcraftSearchGoal defaultZergGoal ()
ProtossState openingBookState ()
TerranState openingBookStateTerran ()
ZergState openingBookState2 ()
void doSaveSearch (SearchParameters< ProtossState > params, int timeOut)
void testSingleSearch ()
void testSmartSearch ()
void testState ()
void testTerranSearch ()
void testZergSearch ()
int main (int argc, char **argv)

Function Documentation

StarcraftSearchGoal defaultProtossGoal ( )

Here is the caller graph for this function:

StarcraftSearchGoal defaultTerranGoal ( )

Here is the caller graph for this function:

StarcraftSearchGoal defaultZergGoal ( )

Here is the caller graph for this function:

void doSaveSearch ( SearchParameters< ProtossState >  params,
int  timeOut 
)

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function:

ProtossState openingBookState ( )

Here is the caller graph for this function:

ZergState openingBookState2 ( )
TerranState openingBookStateTerran ( )

Here is the caller graph for this function:

void testSingleSearch ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void testSmartSearch ( )
void testState ( )
void testTerranSearch ( )

Here is the call graph for this function:

void testZergSearch ( )

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines