This is BroadeningSearch.h in view mode; [Download] [Up]
/*
File BroadeningSearch.h
This type of search is depth first with iterative broadening.
*/
#import "DepthFirstSearch.h"
/* 行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行行 */
@interface BroadeningSearch:DepthFirstSearch
{
int * branches;
int bound;
BOOL missedSome;
}
- free;
- (BOOL) startSearch: (id) theVariables;
- (BOOL) step;
- (BOOL) backup;
- erase: (id) variable;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.