Overview
Comment:Added -I switch to sese transformation
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e91e5a418a4b186b1c2494c00a81e7ea8ba36ea8a9cee315f5338fb947e8648f
User & Date: gawthrop@users.sourceforge.net on 2003-03-24 12:03:36.000
Other Links: branch diff | manifest | tags
Context
2003-03-24
12:04:55
Added -I switch check-in: 946f676f26 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:03:36
Added -I switch to sese transformation check-in: e91e5a418a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:21:03
In-line resolution of CRs using gino.
-- lin only just now.
check-in: 6e74c1d340 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
13
14
15
16
17
18
19



20
21
22
23
24
25
26
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29







+
+
+







# Copyright (C) 2001 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.371  2003/03/13 15:47:35  gawthrop
## Added sese rep.
##
## Revision 1.370  2003/02/11 20:04:08  geraint
## Reverted to line-by-line optimisation as default and added caution to
## description of -optg.
##
## Global optimisation has been observed to create assignments using
## uninitialised temporary variables.
##
2793
2794
2795
2796
2797
2798
2799
2800

2801
2802
2803
2804
2805
2806
2807
2796
2797
2798
2799
2800
2801
2802

2803
2804
2805
2806
2807
2808
2809
2810







-
+







#SUMMARY struc	structure - list of inputs, outputs and states (tex)
#SUMMARY struc*	structure - list of inputs, outputs and states (view)
#Elementary system equations + definitions
${sys}_ese.r: ${sys}_cbg.m
	   cbg2ese_m2r $partition $info_switch $Subsystem; #ese_tidy $1

${sys}_sese.r: ${sys}_cbg.m ${sys}_struc.m
	   cbg2sese_m2r $Subsystem
	   cbg2sese_m2r $info_switch $Subsystem

$1_def.r: $1_ese.r
	touch $1_def.r
$1_struc.txt: $1_ese.r
	touch $1_struc.txt
$1_aliased.txt: $1_ese.r
	touch $1_aliased.txt

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]