/*

File LeapfrogWord.h

These are the words 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 "BackjumpWord.h"


/* 行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行  */


@interface LeapfrogWord:BackjumpWord
{
}

@end