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.