home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tlx501.zip / SEARCHER.H < prev    next >
Text File  |  1996-01-05  |  2KB  |  69 lines

  1. /****************************************************************************
  2.     $Id: searcher.h 501.0 1995/03/07 12:26:46 RON Exp $
  3.  
  4.     Copyright (c) 1991-95 Tarma Software Research. All rights reserved.
  5.  
  6.     Project:    Tarma Library for C++ V5.0
  7.     Author:    Ron van der Wal
  8.  
  9.     Obsolete.
  10.  
  11.     $Log: searcher.h $
  12.     Revision 501.0  1995/03/07 12:26:46  RON
  13.     Updated for TLX 5.01
  14.     Revision 1.14  1995/01/31 16:29:24  RON
  15.     Update for release 012
  16.     Added partial support for SunPro C++ compiler
  17.     Revision 1.13  1995/01/05  15:33:53  ron
  18.     Naming changes
  19.  
  20.     Revision 1.12  1994/10/10  17:04:20  ron
  21.     Made obsolete
  22.  
  23.     Revision 1.11  1994/10/07  17:08:12  ron
  24.     Changed Unregister...() to Deregister...()
  25.  
  26.     Revision 1.10  1994/10/05  18:30:28  ron
  27.     Added support for search restarts
  28.     Formatting changes
  29.  
  30.     Revision 1.9  1994/09/28  14:27:45  ron
  31.     Added support for a backlink of an problem representation to a searcher
  32.     Replaced ad-hoc search frame stack by TLSLStack<Frame>
  33.     in TLBTSearcher
  34.  
  35.     Revision 1.8  1994/09/27  20:25:36  ron
  36.     Changed path separator from / to \
  37.  
  38.     Revision 1.7  1994/09/26  15:21:27  ron
  39.     Moved inline functions to bottom of the file
  40.     Made solution count of type size_t instead of uint32
  41.  
  42.     Revision 1.6  1994/09/13  10:09:23  ron
  43.     Reorganized the TLProblemRep hierarchy
  44.     Added EnterNode() and LeaveNode() to TLSearcher in order to
  45.     capture statistics during the search
  46.  
  47.     Revision 1.5  1994/09/12  14:50:20  ron
  48.     Changed TLSearcher to store all solutions found so far
  49.     Added helper functions for TLSearcher-derived classes
  50.     Changed solution reporting interface
  51.     Added TLProblemRep::CreateSolution()
  52.     Added TLSolution base class
  53.  
  54.     Revision 1.4  1994/09/07  15:33:09  ron
  55.     Added ReportSolution() to TLProblemRep
  56.  
  57.     Revision 1.3  1994/09/06  20:23:23  ron
  58.     Small formatting changes
  59.  
  60.     Revision 1.2  1994/09/06  13:55:51  ron
  61.     Many changes due to reformulation of algorithms
  62.  
  63.     Revision 1.1  1994/08/16  18:06:51  ron
  64.     Initial revision
  65.  
  66. ****************************************************************************/
  67.  
  68. #error This file is obsolete; use <tlx\solve\searcher.h> instead
  69.