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

  1. /****************************************************************************
  2.     $Id: csp.h 501.0 1995/03/07 12:26:42 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: csp.h $
  12.     Revision 501.0  1995/03/07 12:26:42  RON
  13.     Updated for TLX 5.01
  14.     Revision 1.12  1995/01/31 16:29:18  RON
  15.     Update for release 012
  16.     Added partial support for SunPro C++ compiler
  17.     Revision 1.11  1995/01/05  15:32:57  ron
  18.     Naming changes
  19.  
  20.     Revision 1.10  1994/10/10  17:01:11  ron
  21.     Made obsolete
  22.  
  23.     Revision 1.9  1994/10/07  17:07:40  ron
  24.     Changed Unregister...() to Deregister...()
  25.  
  26.     Revision 1.8  1994/10/05  18:28:38  ron
  27.     Moved standard templates to stdcsp.h
  28.     Added support for constraint activation/deactivation
  29.  
  30.     Revision 1.7  1994/09/28  14:25:59  ron
  31.     Renamed TLVarDomainMonitor to TLDomainMonitor
  32.     Added TLDomainOf<T>, TLCSProblem, and TLCSProblemOf<V,L>
  33.  
  34.     Revision 1.6  1994/09/27  20:24:58  ron
  35.     Changed path separator from / to \
  36.  
  37.     Revision 1.5  1994/09/26  15:16:02  ron
  38.     Moved inline functions to the bottom of the file
  39.     Added constraint check count to class TLConstraint; removed it
  40.     as a parameter to Propagate()
  41.     Added support to TLPropagator to remember the first failed constraint
  42.  
  43.     Revision 1.4  1994/09/13  10:08:19  ron
  44.     Added retention of the first constraint that failes during
  45.     constraint propagation
  46.  
  47.     Revision 1.3  1994/09/06  20:22:00  ron
  48.     Changed RegisterDomain() to SaveDomain() in TLVariable
  49.     Changed RegisterDomain() to CaptureDomain() in TLVarDomainMonitor and
  50.     made it public
  51.  
  52.     Revision 1.2  1994/09/06  14:01:47  ron
  53.     Many changes due to reformulation of the algorithms
  54.  
  55.     Revision 1.1  1994/08/16  18:06:45  ron
  56.     Initial revision
  57.  
  58. ****************************************************************************/
  59.  
  60. #error This file is obsolete; use <tlx\solve\csp.h> instead
  61.