Project

General

Profile

Activity

From 09 Nov 2017 to 08 Dec 2017

07 Dec 2017

17:42 Feature #587: port to CoCoALib: Homomorphism pkg (ker, IsInjective, IsSurjective..)
After doing some experiments we (Lorenzo Robbiano and I) are now convinced that it is always worth giving weights and... Anna Maria Bigatti

06 Dec 2017

13:43 Slug #1136 (In Progress): IsInRadical: sometimes a bit slow
With the original exponents (4,5) the timings I obtained are:
* @IsInRadical(f1,I)@ took 2.6s
* @IsInRadical(f2,I)...
John Abbott
13:33 Slug #1136 (Closed): IsInRadical: sometimes a bit slow
I noticed that @test-RadicalMembership1.C@ was rather slow, and wanted to make it faster.
It tests for membership ...
John Abbott

05 Dec 2017

16:07 Bug #1135: Compilaton with --debug configuration option gives errors
> Should the target version be 0.99560 or 0.99570?
if it's done, 60!
Anna Maria Bigatti
15:43 Bug #1135 (Resolved): Compilaton with --debug configuration option gives errors
In an earlier version of CoCoALib the preprocessor symbol *@CoCoA_DEBUG@* contained an integer value: 1 gave standard... John Abbott
15:34 Bug #1135 (Closed): Compilaton with --debug configuration option gives errors
Configuring CoCoALib with the option *@--debug@* produces errors when compiling the library, and then later when runn... John Abbott

04 Dec 2017

18:03 Support #1134: Organize better the documentation for CoCoALib
One big disadvantage of the CoCoALib documentation compared to the CoCoA-5 documentation is the lack of "searchabilit... John Abbott
17:58 Support #1134 (New): Organize better the documentation for CoCoALib
So far we have (mostly) followed the guideline of documentation files corresponding 1--1 to source files.
Devise a...
John Abbott

30 Nov 2017

17:32 Feature #587: port to CoCoALib: Homomorphism pkg (ker, IsInjective, IsSurjective..)
Improve the code adding weights and homogenization...
should be trivial...
(I will do it)
Anna Maria Bigatti
10:04 Feature #1132: Canonical homomorphism for (some) polynomial rings?
JAA thinks that *@CanonicalHom@* should be fairly general, and not just a "single-step".
Perhaps the "single-step" v...
John Abbott
09:28 Feature #1132 (New): Canonical homomorphism for (some) polynomial rings?
It would be convenient to have an automatic homomorphism P1 -> P2 (differing only for ordering)
which effectively is...
Anna Maria Bigatti

29 Nov 2017

21:39 Feature #1131 (In Progress): Sturm sequence
I have checked in a first impl. It seems to work on a couple of simple tests.
The main problem is that it produce...
John Abbott
21:35 Feature #1131 (Closed): Sturm sequence
Added fn to compute a Sturm Seq, and to count the number of real roots (between two points?) John Abbott
16:13 Bug #1130 (In Progress): SqFreeFactor: should it work over ZZ?
this gives error (general code is for fields)... Anna Maria Bigatti

27 Nov 2017

09:15 Feature #1094: Revive code for SelfSaturating GBasis
Added interreduction (in CoCoA5 package) Anna Maria Bigatti

25 Nov 2017

10:42 Feature #361 (Closed): implement IsPrime3, IsMaximal3
Anna Maria Bigatti
10:38 Design #924: FlagManager for bool/bool3 flags
Suggested names for the functions modifying this:
@ComputeAndSetIsPrime3@, @ComputeAndSetIsMaximal3@, ...
Better ...
Anna Maria Bigatti
10:30 Design #924: FlagManager for bool/bool3 flags
For ideals John suggested:
#899#note-7
Anna:
#899#note-5
Anna Maria Bigatti

24 Nov 2017

17:21 Feature #1094: Revive code for SelfSaturating GBasis
Understood (probably) what the interface was meant to be.
Written test code, seems to work well :-)
Final interre...
Anna Maria Bigatti
15:28 Feature #587: port to CoCoALib: Homomorphism pkg (ker, IsInjective, IsSurjective..)
What is the status of this issue? Isn't it nearly finished?
Related to thi is the use of @PreImage@ in some CoCoA...
John Abbott

20 Nov 2017

16:12 Feature #730 (Closed): Stats in GBMill (GReductor)
Closing this issue.
May be improved, but it is acceptable for the general requirement.
I needed make a more specifi...
Anna Maria Bigatti
16:07 Feature #1053 (Closed): New function: IdealOfGBasis, IdealOfMinGens in CoCoALib
Anna Maria Bigatti
15:49 Feature #1126 (Closed): New function: SubmoduleOfMinGens
As for ideals. Anna Maria Bigatti
14:06 Design #908: Sum of ideals: what are the generators of (x) + (0)?
I have met this problem in a particular context (hyperplane arrangements).
We constructed an ideal and then asked @S...
Anna Maria Bigatti

16 Nov 2017

17:13 Design #1125: Separate install script for CoCoALib?
A crucial aspect is passing to the script all the values it will need (including a path which might contain awkward c... John Abbott
16:38 Design #1125 (New): Separate install script for CoCoALib?
The @install@ target in the top @Makefile@ for CoCoALib is about 70 lines long.
It would probably be better to mak...
John Abbott
16:32 Design #1124: Move examples directory into doc -- or just change makefile?
If we do move @examples/@ into @doc/@ then presumably this should also be the case for an installed version of CoCoAL... John Abbott
15:24 Design #1124 (In Progress): Move examples directory into doc -- or just change makefile?
Anna was concerned that "hiding" @examples/@ inside @doc/@ might make it less visible; but apart from that doubt she ... John Abbott
15:22 Design #1124 (Closed): Move examples directory into doc -- or just change makefile?
After having improved the installation procedure for CoCoALib, it seems better/cleaner/more natural to put the direct... John Abbott
15:20 Feature #1005: Makefile: install target for CoCoALib
Before installing CoCoA you must compile *both* the library *and* the documentation (incl. @examples/index.html@).
T...
John Abbott

15 Nov 2017

16:54 Design #908: Sum of ideals: what are the generators of (x) + (0)?
I have spoken briefly to Renzo about this.
He thinks it is most natural if @gens(ideal(L)) = L@ always.
Ideal s...
John Abbott

13 Nov 2017

15:37 Bug #1121 (Rejected): PrevPrime and NextPrime anomalies
*@ERR::UtenteScemo!!@*
I somehow failed to notice that the loop also failed in CoCoA-5... oops!
Oddly enough, I...
John Abbott
15:18 Bug #1121 (Rejected): PrevPrime and NextPrime anomalies
I am confused by the behaviour of @NextPrime@ and @PrevPrime@.
Starting from @10^17@ in CoCoA-5, running @NextPrim...
John Abbott

10 Nov 2017

15:09 Design #829 (Closed): PPOrderingCtor: name of mem fn which actually constructs?
Eliminated @NewLexOrdering@, @NewStdDegLexOrdering@, @NewStdDegRevLexOdering@.
Made all consequent changes. Changed...
John Abbott
12:37 Feature #357: Constructor for vectors? CoCoAVector
I'm postponing again. We need to discuss this: the design does not convince me, and I hope that when we switch to C+... John Abbott
12:34 Feature #1052 (Closed): ReadExpr(P, string) and RingElem(P, string) in CoCoALib
Even though @ReadExpr(R, str)@ and @RingElem(R, str)@ do the same thing, we can probably leave them both in CoCoALib ... John Abbott
12:23 Feature #1030 (Closed): IsInRadical: case of homog ideal
John Abbott
12:16 Bug #1064 (Closed): Bug in MinPolyModular (ugly prime)
John Abbott

09 Nov 2017

14:09 Feature #1090 (Resolved): ExternaLib-MathSAT: first prototype
Polish the examples (remove obsolete ones) and consider this done for this stage. Anna Maria Bigatti
13:59 Feature #1033 (Closed): Split poly into homog parts
John Abbott
13:57 Design #846: IsIrred: correct design?
What should *@IsIrred@* do in the following cases:
* arg is not in an integral domain [error?]
* arg is zero [erro...
John Abbott
13:50 Support #976: configure: auxiliary scripts should be consistent about error messages
I now think that it is best that error messages be sent to @/dev/stderr@ since that is probably what most (experience... John Abbott
 

Also available in: Atom