home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
Crossword
/
Source
/
LeapfrogState.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
GB2312 (detected)
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-10-11
|
359 b
|
19 lines
/*
File LeapfrogState.h
This is the state used for leapfrog search. When backjumping past a square, the square remembers its current value and tries that value first the next time through.
*/
#import "BackjumpState.h"
/* ———————————————————————————————————————————————————————————————————————————— */
@interface LeapfrogState:BackjumpState
{
}
@end