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

  1. /****************************************************************************
  2.     $Id: problinf.cpp 501.0 1995/03/07 12:26:18 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 TLProblemInfo.
  10.  
  11.     $Log: problinf.cpp $
  12.     Revision 501.0  1995/03/07 12:26:18  RON
  13.     Updated for TLX 5.01
  14.     Revision 1.3  1995/01/31 16:30:18  RON
  15.     Update for release 012
  16.     Added partial support for SunPro C++ compiler
  17.     Revision 1.2  1995/01/12  13:40:14  ron
  18.     Corrected Revision keyword
  19.  
  20.     Revision 1.1  1995/01/05  15:25:53  ron
  21.     Initial revision
  22.  
  23. ****************************************************************************/
  24.  
  25. #include <tlx\501\_build.h>
  26.  
  27. TLX_MODULE_INFO("$Revision: 501.0 $");
  28.  
  29. #include <tlx\501\solve\searcher.h>
  30.  
  31. /*-------------------------------------------------------------------------*/
  32.     TLProblemInfo::~TLProblemInfo()
  33.  
  34. /*  Destructor. Does nothing, but is declared virtual for derivation.
  35. ---------------------------------------------------------------------------*/
  36. {
  37. }
  38.  
  39.