HOG2
envutil
STPInstances.h
Go to the documentation of this file.
1
//
2
// STPInstances.h
3
// hog2 glut
4
//
5
// Created by Nathan Sturtevant on 2/27/18.
6
// Copyright © 2018 University of Denver. All rights reserved.
7
//
8
9
#ifndef STPInstances_h
10
#define STPInstances_h
11
12
#include "
MNPuzzle.h
"
13
14
namespace
STP
{
15
16
MNPuzzleState<4, 4>
GetKorfInstance
(
int
which);
17
MNPuzzleState<4, 4>
GetRandomInstance
(
int
walkLength);
18
19
}
20
#endif
/* STPInstances_h */
MNPuzzle.h
STP::GetKorfInstance
MNPuzzleState< 4, 4 > GetKorfInstance(int which)
Definition:
STPInstances.cpp:27
STP::GetRandomInstance
MNPuzzleState< 4, 4 > GetRandomInstance(int walkLength)
Definition:
STPInstances.cpp:14
STP
Definition:
STPInstances.cpp:12
MNPuzzleState
Definition:
MNPuzzle.h:25
Generated by
1.8.17