This is BackjumpState.h in view mode; [Download] [Up]
/*
File BackjumpState.h
This state is used for backjumping search. The state can keep track of a single nogood.
*/
#import "PlainState.h"
#import <objc/List.h>
/* 行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行 */
@interface BackjumpState:PlainState
{
BOOL nogood;
List * nogoodWords;
}
- (BOOL) inNogood;
- initPuzzle: (id) thePuzzle;
- free;
- mustChange: (id) word;
- isok;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.