Project

General

Profile

Activity

From 29 May 2013 to 27 Jun 2013

27 Jun 2013

19:05 Feature #383 (In Progress): Resolution/morse: integrate Mario Albert's code into CoCoALib
John and Mario have been incorporating his code into CoCoALib.
We have also cleaned the code somewhat. Perhaps Co...
John Abbott
19:00 Feature #383 (In Progress): Resolution/morse: integrate Mario Albert's code into CoCoALib
Mario Albert has written an implementation for computing resolutions & Betti numbers.
Incorporate it into CoCoALib
John Abbott

20 Jun 2013

14:46 Design #377: IsDivisible -- exact semantics?
JAA continues to believe that attempting to compute @0/0@ in any ring should give an error. Giving an answer is almo... John Abbott

19 Jun 2013

19:01 Feature #379 (Closed): Iter for subsets/tuples
Add new iters for subsets/tuples.
[JAA see file @ShortTerm/oscar.C@]
John Abbott
10:57 Design #377 (In Progress): IsDivisible -- exact semantics?
The problem with dividing @4/2@ in @ZZ/6@ is that the true answer is @2@ in @ZZ/3@ -- a different ring! The answer ... John Abbott
10:28 Design #377 (Closed): IsDivisible -- exact semantics?
While dealing with issue #248 I realised that the exact semantics of @IsDivisible@ are not clear.
The problem is whe...
John Abbott

18 Jun 2013

23:05 Feature #203 (In Progress): Function to get the Hilbert Polynomial ring from GlobalManager
Now that we have *RingQQt(n)* clean up older tentatives.... Anna Maria Bigatti
19:12 Design #254: How to return a Hilbert Series in CoCoALib
Christof Soeger wrote:
> Anna Maria Bigatti wrote:
> > ... what about *@RingQQt(n)@*? That is pretty self-explanat...
Anna Maria Bigatti
18:40 Design #254: How to return a Hilbert Series in CoCoALib
New name implemented & checked-in.
John Abbott
14:15 Design #254: How to return a Hilbert Series in CoCoALib
Anna Maria Bigatti wrote:
> ... what about *@RingQQt(n)@*? That is pretty self-explanatory and flexible ;-)
Yes ...
Christof Soeger
08:54 Design #254: How to return a Hilbert Series in CoCoALib
Christof Soeger wrote:
> I spoke with W.Bruns about a name for the ring. One suggestion is PolynomialInvarianceRing ...
Anna Maria Bigatti
08:49 Feature #374: Porting "IdealOfProjectivePoints"
I know this is not pretty, but for the time being there is this workaround (if you can put your points in an affine s... Anna Maria Bigatti
08:34 Feature #374: Porting "IdealOfProjectivePoints"
requested by Marie Ermete and Susan Cooper
Anna Maria Bigatti
08:15 Feature #374 (Closed): Porting "IdealOfProjectivePoints"
port also @IdealOfProjectivePoints@ Anna Maria Bigatti

17 Jun 2013

18:26 Bug #351 (Resolved): Problems with DenseMatImpl::myResize
fixed really subtle bug in myResize()... Anna Maria Bigatti
16:08 Design #254: How to return a Hilbert Series in CoCoALib
I spoke with W.Bruns about a name for the ring. One suggestion is PolynomialInvarianceRing (or a shortened form) inst... Christof Soeger
11:59 Design #254: How to return a Hilbert Series in CoCoALib
Design:
new class *HilbertSeries*: member fields
*myNum* RingElem and *myDenFactors* factorization.
Constructors...
Anna Maria Bigatti
15:15 Feature #373 (In Progress): add DeleteCol, DeleteRow
first implementation and some tests and documentation. Anna Maria Bigatti
15:12 Feature #373 (Closed): add DeleteCol, DeleteRow
Add functions for deleting row and cols from matrices (no throw guarantee) Anna Maria Bigatti

11 Jun 2013

17:24 Feature #366 (In Progress): function (CoCoALib) for minimal generators (like old Minimalize)
Anna Maria Bigatti
14:58 Feature #366 (Closed): function (CoCoALib) for minimal generators (like old Minimalize)
Might require some thoughts about @GBMill@
*2014-04-02* postponed again @GBMill@. Added functions *MinGens* and *...
Anna Maria Bigatti

06 Jun 2013

08:04 Bug #335: Equality of (sub)modules
added documentation and tests Anna Maria Bigatti

04 Jun 2013

07:20 Bug #335 (Resolved): Equality of (sub)modules
mostly done, needs cleaning Anna Maria Bigatti

03 Jun 2013

17:38 Feature #312: LongRange(a,b) returning vector of long a..b (included)
It might be worth moving the impl into its own *separate file*: this would remove the need to include @vector@ in the... John Abbott
17:31 Feature #300 (Closed): Add fault tolerant rational reconstruction to library
The code was effectively tested while updating the article. So I'm regarding it as OK. Closing!
John Abbott
17:29 Feature #248: IsDivisible for RingElem with nice interface
Might be able to talk about this in Osnabruck... John Abbott
17:26 Bug #264 (In Progress): Compilation problem with "degree.H" (inline fn defns)
Why are the ctor and the mem fn @FastCmp@ inline?
Now that the components of the degree vector are @BigInt@, I doubt ...
John Abbott

31 May 2013

16:58 Support #195: OrdvArith documentation needs rewriting
This is not urgent for 0.9953 so moving to 0.9954.
John Abbott
16:56 Feature #298: Valgrind: keep CoCoALib at 0 memory leaks
Simply "moving" the issue to 0.9954 so we remember to do valgrind again.
John Abbott
14:41 Feature #298: Valgrind: keep CoCoALib at 0 memory leaks
2013-05-30 all tests clean!
John Abbott
16:53 Bug #89 (Closed): MachineInt or long as fn arg type for indices
Since the actual changes I had to make were minimal (i.e. we had anyway used @long@ for almost all instances of indic... John Abbott
16:50 Design #268 (Closed): Exponent range (in power products)
Added a comment in the newly organized installation guides (see @INSTALL-advanced.txt@). There is no perfect answer ... John Abbott

30 May 2013

16:40 Bug #89: MachineInt or long as fn arg type for indices
The design principle is that indices should be of type @long@; note that this *includes* _size specifications_ given ... John Abbott
16:31 Bug #89 (Feedback): MachineInt or long as fn arg type for indices
I have checked/modified all the following:
* matrix indices
* PPMonoid indet indices
* PolyRing indet indices
* @...
John Abbott
15:55 Feature #124 (Rejected): change long args in matrices into MachineInt (?)
I am rejecting this task since it is effectively covered by #89 which deals with indices in general; and it seems sim... John Abbott
15:11 Bug #349 (Feedback): IdealOfPoints: gens are actually a GBasis
done and tested. Anna Maria Bigatti

29 May 2013

19:11 Feature #356 (Resolved): IsZeroDivisor
First implementation done, can be improved with "IsIntegralDomain3" Anna Maria Bigatti
17:11 Bug #349: IdealOfPoints: gens are actually a GBasis
John Abbott wrote:
> Anna could you help me with this? It should be quick and easy once you know what to do.
OK,...
Anna Maria Bigatti
17:01 Bug #349: IdealOfPoints: gens are actually a GBasis
Anna could you help me with this? It should be quick and easy once you know what to do. John Abbott
17:05 Feature #150: RingOf rather than owner? (and than AmbientRing, ...)
This is neither urgent nor necessary for CoCoA School, so I'm postponing it. John Abbott
17:04 Feature #147: Buchberger-Moeller: impl via modular reduction
No chance of finishing this in time for CoCoALib-0.9953/CoCoA School 2013.
John Abbott
17:02 Feature #145: Buchberger-Moeller: fast modular impl
No hope of finishing this in time for 0.9953/CoCoA School 2013.
John Abbott
16:58 Feature #121 (Closed): Porting "IdealOfPoints"
JAA has effected the "transplant". All the code should become totally obsolete when the proper new impl has been mad... John Abbott
16:54 Feature #144 (Closed): Buchberger-Moeller: generic impl
This has been in feedback for 2 months without problems (and it has been used).
It may well become largely obsolet...
John Abbott
16:51 Feature #143: Buchberger-Moeller (parent task)
The stopgap impls will have to suffice for 0.9953/CoCoA School as there's no chance of completing a proper impl in ti... John Abbott
16:48 Support #140 (Closed): Doc & example for convert
No troubles after 2 months in "feedback", so closing.
I have improved the doc slightly (added a couple of missing co...
John Abbott
16:41 Feature #354 (Closed): New function BinRepr (was BinExp, also known as Macaulay representation)
I'm closing this even though strictly speaking there are no tests for @BinomialRepr@.
John Abbott
16:32 Feature #219: myDeriv for RingDenseUPolyClean still missing
To *Anna:* I think this can be closed. There are tests.
However doc is rather thin; also there is no clear distincti...
John Abbott
14:55 Feature #361 (Closed): implement IsPrime3, IsMaximal3
We should implement functions like *IsPrime3* which returns true3/false3 if it easy to calculate, or already calculat... Anna Maria Bigatti
12:22 Feature #72 (In Progress): MatByRows, MatByCols
JAA now thinks it is better to offer both @MatByRows@ and @MatByCols@ so that user code is more readable (& expresses... John Abbott
11:36 Bug #119 (Closed): CoCoA4io
Since this change entailed just moving some files (& some minor changes to a @Makefile@ here and there), I am letting... John Abbott
 

Also available in: Atom