HOG2
Classes | Enumerations
PuzzleInferenceRule.h File Reference
#include <algorithm>
#include <unordered_map>
#include <vector>
#include "SearchEnvironment.h"
Include dependency graph for PuzzleInferenceRule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PuzzleInferenceRuleSet< State, Action >
 

Enumerations

enum  ActionType { CANNOT_TAKE, MUST_TAKE, UNKNOWN, INVALID }
 

Enumeration Type Documentation

◆ ActionType

enum ActionType
Enumerator
CANNOT_TAKE 
MUST_TAKE 
UNKNOWN 
INVALID 

Definition at line 16 of file PuzzleInferenceRule.h.