BUGSENG Mailman
Sign In
Sign Up
Manage this list
Sign In
Sign Up
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
PURRS-devel
Thread
Start a new thread
Download
Threads by
month
----- 2025 -----
May
April
March
February
January
----- 2024 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2023 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2022 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2021 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2020 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2019 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2018 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2017 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2016 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2015 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2014 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2013 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2012 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2011 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2010 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2009 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2008 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2007 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2006 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2005 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2004 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2003 -----
December
November
October
September
August
July
June
May
April
March
February
January
----- 2002 -----
December
November
October
September
August
July
June
May
April
March
February
January
purrs-devel@bugseng.com
2034 discussions
purrs/tests heap
by Tatiana Zolo
14 Feb '03
14 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-14 13:28:29 Modified files: tests : heap Log message: Temporarily removed the mark `v' from the non linear recurrences. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/tests/heap.diff?cvsroot=pur…
1
0
0
0
purrs/src Non_Linear_Info.defs.hh Non_Linear_I ...
by Tatiana Zolo
14 Feb '03
14 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-14 13:27:23 Modified files: src : Non_Linear_Info.defs.hh Non_Linear_Info.inlines.hh Recurrence.cc Recurrence.defs.hh Recurrence.inlines.hh compute_bounds.cc compute_exact_solution.cc rr_classifier.cc Log message: Reorganisation of the case of non-linear recurrences. Now the function that classify the recurrence can returns `SUCCESS' in three cases: linear of finite order, functional equation and non linear of finite order. In the case of non linear we create another object `Recurrence' that contains a linear recurrence obtained from that non linear with a transformation; we compute the solution for the linear recurrence; we come back to the solution of the non linear recurrence with another transformation. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Non_Linear_Info.defs.hh…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Non_Linear_Info.inlines…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.cc.diff?cvsr…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.defs.hh.diff…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.inlines.hh.d…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_bounds.cc.diff?…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_exact_solution.…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_classifier.cc.diff?c…
1
0
0
0
purrs/tests heap
by Tatiana Zolo
13 Feb '03
13 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-13 12:22:44 Modified files: tests : heap Log message: Removed a duplicate. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/tests/heap.diff?cvsroot=pur…
1
0
0
0
purrs/src Finite_Order_Info.defs.hh Finite_Ord ...
by Tatiana Zolo
13 Feb '03
13 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-13 12:22:09 Modified files: src : Finite_Order_Info.defs.hh Finite_Order_Info.inlines.hh Makefile.am Recurrence.cc Recurrence.defs.hh Recurrence.inlines.hh compute_exact_solution.cc finite_order.cc finite_order.hh rr_classifier.cc Removed files: src : Order_Reduction_Info.cc Order_Reduction_Info.defs.hh Order_Reduction_Info.inlines.hh Order_Reduction_Info.types.hh Log message: Reorganization of the order reduction's case: now we create a new object `Recurrence' that is the recurrence obtained from that original applying the order reduction; we compute the solution for this and at the end we come back, with another transformation, to the solution of the original recurrence. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Finite_Order_Info.defs.…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Finite_Order_Info.inlin…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Makefile.am.diff?cvsroo…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.cc.diff?cvsr…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.defs.hh.diff…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.inlines.hh.d…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/compute_exact_solution.…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/finite_order.cc.diff?cv…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/finite_order.hh.diff?cv…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_classifier.cc.diff?c…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Order_Reduction_Info.cc…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Order_Reduction_Info.de…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Order_Reduction_Info.in…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Order_Reduction_Info.ty…
1
0
0
0
purrs/src factorize.hh rr_classifier.cc simpli ...
by Tatiana Zolo
11 Feb '03
11 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-11 15:45:05 Modified files: src : factorize.hh rr_classifier.cc simplify.hh Log message: Removed useless inclusions. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/factorize.hh.diff?cvsro…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_classifier.cc.diff?c…
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/simplify.hh.diff?cvsroo…
1
0
0
0
purrs/src rr_classifier.cc
by Tatiana Zolo
10 Feb '03
10 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-10 19:52:39 Modified files: src : rr_classifier.cc Log message: Minor changes. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_classifier.cc.diff?c…
1
0
0
0
purrs/tests heap
by Tatiana Zolo
10 Feb '03
10 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-10 19:52:03 Modified files: tests : heap Log message: Added the mark `v' to some non-linear recurrences. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/tests/heap.diff?cvsroot=pur…
1
0
0
0
purrs/src Recurrence.cc
by Tatiana Zolo
10 Feb '03
10 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-10 19:49:40 Modified files: src : Recurrence.cc Log message: In `verify_solution()' substitute `simplify_numer_denom()' with the more powerful function `simplify_all()'. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/Recurrence.cc.diff?cvsr…
1
0
0
0
purrs/tests simpl_tests
by Tatiana Zolo
10 Feb '03
10 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-10 19:46:09 Modified files: tests : simpl_tests Log message: Added some expressions. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/tests/simpl_tests.diff?cvsr…
1
0
0
0
purrs/src simplify.cc
by Tatiana Zolo
10 Feb '03
10 Feb '03
CVSROOT: /cvs/purrs Module name: purrs Changes by: zolo(a)cs.unipr.it 2003-02-10 19:45:38 Modified files: src : simplify.cc Log message: Improved the simplification for the logarithms. Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/simplify.cc.diff?cvsroo…
1
0
0
0
← Newer
1
...
96
97
98
99
100
101
102
...
204
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
Results per page:
10
25
50
100
200