home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tlx501.zip / SRC / BBINFO.CPP < prev    next >
C/C++ Source or Header  |  1996-07-08  |  2KB  |  58 lines

  1. /****************************************************************************
  2.     $Id: bbinfo.cpp 501.0 1995/03/07 12:26:06 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.     Implementation of class TLBBProblem.
  10.  
  11.     $Log: bbinfo.cpp $
  12.     Revision 501.0  1995/03/07 12:26:06  RON
  13.     Updated for TLX 5.01
  14.     Revision 1.11  1995/01/31 16:30:02  RON
  15.     Update for release 012
  16.     Added partial support for SunPro C++ compiler
  17.     Revision 1.10  1995/01/12  13:36:42  ron
  18.     Changed file name to reflect change of class name
  19.  
  20.     Revision 1.9  1995/01/06  15:55:51  ron
  21.     Adapted to new Searcher/Problem model
  22.  
  23.     Revision 1.8  1995/01/05  15:19:55  ron
  24.     Renamed TLPartialProblem to TLBBInfo
  25.  
  26.     Revision 1.7  1994/11/16  15:41:39  ron
  27.     Added module info; rearranged #include directives
  28.  
  29.     Revision 1.6  1994/10/12  10:05:01  ron
  30.     Removed constructor
  31.  
  32.     Revision 1.5  1994/10/10  16:52:46  ron
  33.     Changed to <tlx\solve\searcher.h>
  34.  
  35.     Revision 1.4  1994/09/28  14:19:59  ron
  36.     Removed Macintosh-style #include references
  37.  
  38.     Revision 1.3  1994/09/27  20:22:40  ron
  39.     Changed path separator from / to \
  40.  
  41.     Revision 1.2  1994/09/26  15:44:09  ron
  42.     Changed include file references
  43.  
  44.     Revision 1.1  1994/09/12  14:55:15  ron
  45.     Initial revision
  46.  
  47. ****************************************************************************/
  48.  
  49. #include <tlx\501\_build.h>
  50.  
  51. TLX_MODULE_INFO("$Revision: 501.0 $");
  52.  
  53. //----- Project headers
  54.  
  55. #include <tlx\501\solve\searcher.h>
  56.  
  57. // No implementation code
  58.