home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
csconst.tcl
< prev
next >
Wrap
Text File
|
1997-09-05
|
1KB
|
31 lines
#---------------------------------------------------------------------------
#
# Copyright (c) 1997 by Cayenne Software, Inc.
#
# This software is furnished under a license and may be used only in
# accordance with the terms of such license and with the inclusion of
# the above copyright notice. This software or any other copies thereof
# may not be provided or otherwise made available to any other person.
# No title to and ownership of the software is hereby transferred.
#
# The information in this software is subject to change without notice
# and should not be construed as a commitment by Cayenne Software, Inc.
#
#---------------------------------------------------------------------------
#
# File : @(#)csconst.tcl /main/titanic/2 5 Sep 1997
# Original date : Fri Sep 5 12:02:36 MET DST 1997
# Description : Constraint satisfaction module
#
#---------------------------------------------------------------------------
global Constraint::beginEnsure
set Constraint::beginEnsure "// Begin ensure section"
global Constraint::endEnsure
set Constraint::endEnsure "// End ensure section"
global Constraint::beginRequire
set Constraint::beginRequire "// Begin require section"
global Constraint::endRequire
set Constraint::endRequire "// End require section"