Overview
Comment: | Eliminated use of variable to pass rhs expression to optimise |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/optimise-algebraic-equations | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c355dc9a3f2d8dbb03bf7515e1fc7c74 |
User & Date: | geraint@users.sourceforge.net on 2002-06-06 16:28:45 |
Other Links: | branch diff | manifest | tags |
Context
2002-06-06
| ||
17:10:25 | Added a couple more simplification rules for pow. check-in: 697e0dcbed user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
16:28:45 | Eliminated use of variable to pass rhs expression to optimise check-in: c355dc9a3f user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
2002-06-05
| ||
23:34:33 |
Eliminated argument list too long warnings. Now get a Segmentation Fault with very long equations! check-in: df4560e091 user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
Changes
Modified mttroot/mtt/bin/trans/def2write_r from [793816fd35] to [ec2007c6a1].
1 | 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 | - + + + + + | #!/bin/sh |
︙ | |||
165 166 167 168 169 170 171 | 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 | - + - - + + - - + - - - - - - + + - - - + + | }' } mtt_optimise () { sys="$1" lhs="$2" |
︙ |