Discussion:
[SandBoxSpeciesAldor] (edit)
Ralf Hemmecke
2008-06-16 12:57:44 UTC
Permalink
Hi Martin,

First, right, wonderful. It's easy to add LinearOrder and Cycle as you
did on
http://axiom-wiki.newsynthesis.org/SandBoxSpeciesAldor
by just copying the aldor code from the AC repository.

However, there must be a bug. Look at the output of
\begin{axiom}
labels: SetSpecies ACINT := set [i::ACINT for i in 1..3]
)set output tex off
)set output algebra on
[structures(labels)$Cycle(ACINT)]$ACLIST(Cycle(ACINT))
\end{axiom}
How can this be

[[1,2,3],[1,2,2]]

? The double 2 is wrong.

Ralf

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Martin Rubey
2008-06-16 13:00:47 UTC
Permalink
Post by Ralf Hemmecke
However, there must be a bug. Look at the output of
[...]
Post by Ralf Hemmecke
How can this be
[[1,2,3],[1,2,2]]
? The double 2 is wrong.
It seems you didn't see my message on aldor-combinat-devel?

Martin


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Martin Rubey
2008-06-16 13:09:41 UTC
Permalink
Ralf,

I can confirm that the bug is present also in trunk with libaldor.

It would be great if you could add a testcase, while you are at it...

Martin


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Ralf Hemmecke
2008-06-16 15:51:14 UTC
Permalink
http://axiom-wiki.newsynthesis.org/SandBoxSpeciesAldor

Do you like that more?

Stupid bug it was. I'll try to commit a bugfix with some tests tonight.

Ralf
Post by Martin Rubey
Ralf,
I can confirm that the bug is present also in trunk with libaldor.
It would be great if you could add a testcase, while you are at it...
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Ralf Hemmecke
2008-06-17 02:42:30 UTC
Permalink
Post by Martin Rubey
I can confirm that the bug is present also in trunk with libaldor.
It would be great if you could add a testcase, while you are at it...
Fixed in trunk. Test cases added.

Ralf

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Loading...