ftp.nice.ch/pub/next/developer/objc/appkit/Crossword.1.1.NIHS.bs.tar.gz#/Crossword.1.1.NIHS.bs/Source/BackjumpWord.h

This is BackjumpWord.h in view mode; [Download] [Up]

/*

File BackjumpWord.h

This type of word is used for a backjumping search.  Each word remembers whether it participates in the current nogood.

*/

#import "PlainWord.h"


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


@interface BackjumpWord:PlainWord
{
	BOOL	nogood;
}

- (BOOL) mustChange;
- mark;
- clear;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.