Project

General

Profile

Activity

From 01 May 2024 to 30 May 2024

30 May 2024

17:43 Feature #1819 (In Progress): New functions in CoCoALib using GBasisTrunc: MinSubsetOfGens, IsContainedTrunc, ..
We have in CoCoA-5
+ MinSubsetOfGens
+ IsContainedTrunc(I,J)
using GBasisTrunc (if homogenous and not(HasGBasis(J)...
Anna Maria Bigatti
17:38 Bug #1740 (Feedback): MinGens gives non minimal gens *if some deg=0*
Anna Maria Bigatti
17:22 Bug #1740 (Resolved): MinGens gives non minimal gens *if some deg=0*
A clever implementation is difficult/impossible.
However, the new @GBasisTrunc@ (which also works for non-negative g...
Anna Maria Bigatti
11:33 Bug #1740: MinGens gives non minimal gens *if some deg=0*
This is how the usual MinGens labelling can go horribly wrong with *non-negative* gradings:
S := NewPolyRingWeight...
Anna Maria Bigatti
17:17 Feature #1743: Implement Truncated GBases for homogeneous input
There was a bug in GBasisTrunc, now fixed.
These functions are in CoCoA-5. Port them to CoCoALib:
+ MinSubsetOfG...
Anna Maria Bigatti
11:28 Feature #1742 (Resolved): MinGens could be faster
Resolved using truncation (works also for non-negative gradings) Anna Maria Bigatti

28 May 2024

17:48 Design #1689: Automatic mapping of RHS in += etc
When we multiply or divide a polynomial by a coefficient, we can use myMulByCoeff/myDivByCoeff.
This is actually che...
Anna Maria Bigatti
17:41 Design #1689: Automatic mapping of RHS in += etc
Is this valid now? something along this lines is valid. Anna Maria Bigatti
14:39 Design #1744: Implement GBMill (aka Groebner Framework)
First step would be to kill definitely all the code for the dynamic GBasis.
It is sad to do so, but I have no idea h...
Anna Maria Bigatti
14:12 Design #1744: Implement GBMill (aka Groebner Framework)
John Abbott wrote:
> *THIS* could be a good goal for version 1.0. Do we have enough resources to achieve that?
I...
Anna Maria Bigatti
14:11 Feature #1743: Implement Truncated GBases for homogeneous input
MinGens now truncates to the max degree of the generators.
Can be considerably faster than before, of course.
Anna Maria Bigatti
14:09 Feature #1743: Implement Truncated GBases for homogeneous input
Implemented.
Meanwhile I made a few tiny changes in the direction of the Framework/Mill.
Tested, seems fine.
Now...
Anna Maria Bigatti

27 May 2024

19:27 Design #1744: Implement GBMill (aka Groebner Framework)
*THIS* could be a good goal for version 1.0. Do we have enough resources to achieve that? John Abbott
16:46 Feature #1743 (In Progress): Implement Truncated GBases for homogeneous input
One crucial starting point is making a proper constructor for GRingInfo.
Currently the constructor has many argument...
Anna Maria Bigatti

25 May 2024

02:13 Feature #1667: GBasis over ZZ: port to CoCoALib
That is the idea. We just have to understand who will be the authors and what should be done before submitting. I bel... Elisa Palezzato

24 May 2024

16:33 Bug #1740: MinGens gives non minimal gens *if some deg=0*
While trying to understand how to work around this, I resumed the partial minimalization with the function @MinGens_a... Anna Maria Bigatti
14:55 Bug #1705: ProgressReporter: prepare for new loop?
John Abbott wrote:
> Or *@myRestart@*?
@myReset@ is myFavourite ;-)
Anna Maria Bigatti
10:13 Bug #1705: ProgressReporter: prepare for new loop?
Or *@myRestart@*?
John Abbott
11:53 Feature #1818 (In Progress): Implement FGLM
Done, together with Evelina Lanteri.
We used LinDepMill and QBGenerator: worked very well.
Still to decide: user in...
Anna Maria Bigatti
11:47 Feature #1818 (In Progress): Implement FGLM
Implement FGLM algorithm for 0-dim ideals Anna Maria Bigatti
11:45 Feature #937 (Closed): LinDepMill: Mill for linear dependencies
Many years have passed. This class has been thoroughly used/tested.
It is used in the functions @ShapeLemma@ and @F...
Anna Maria Bigatti
10:12 Feature #1667: GBasis over ZZ: port to CoCoALib
John Abbott wrote:
> The CoCoA-5 version is in @*prototype-GBZZ.cpkg5@*.
> I tried just one test, and the CoCoA-5 c...
Anna Maria Bigatti
09:49 Feature #1778: Homogenizer
Anna has raised some points to consider (related to the last comment above which creates many poly rings)
* *Qn* eac...
John Abbott
09:10 Feature #1817 (In Progress): OSCAR/MaRDI JSON interface
I have made a first throwaway prototype, mostly to learn about the foibles of the OSCAR/MaRDI JSON format.
I am wo...
John Abbott
09:08 Feature #1817 (In Progress): OSCAR/MaRDI JSON interface
Build a good first version of an interface for sending/receiving OSCAR/MaRDI JSON serializations of mathematical obje... John Abbott

23 May 2024

21:42 Feature #1778: Homogenizer
Wolfram Decker would like to have a way of handling the rings involved in projective geometry: namely 1 "homogeneous"... John Abbott
21:34 Design #1816 (Feedback): printing rings
I have updated the expected output of 2 @src/tests/@
Thanks for fixing this so quickly!
John Abbott
16:42 Design #1816: printing rings
This is fine for me:... Anna Maria Bigatti
16:39 Design #1816: printing rings
Now it prints... Anna Maria Bigatti
16:36 Design #1816 (Resolved): printing rings
Follow up:
Me: no, we don't.
In fact, this highlights there is a different underlying implementation.
This is no...
Anna Maria Bigatti
16:35 Design #1816 (Feedback): printing rings
From email by John Abbott:... Anna Maria Bigatti

20 May 2024

17:12 Feature #1381: Type ideal for ZZ[x[1..n]]
We have GBasis code for poly ideals over ZZ, so make it work with these ideals.
More failing operations:...
John Abbott
17:03 Support #1263: Tidy CoCoALib test directory
Can we close this soon? John Abbott
17:01 Slug #1118: SLUG: factorization of x^9999
How to compute the GCD of x^e1 * g1(x^d1) and x^e2 * g2(x^d2)?
Is it just x^min(e1,e2) * gcd(g1(x^D1), g2(x^D2))[x...
John Abbott
16:56 Support #262 (In Progress): Play with GIT
I am strongly tempted to postpone this until after we reach version 1.0.
Pros: putting the sources on GitHub (or s...
John Abbott

09 May 2024

20:58 Feature #1778: Homogenizer
The interface in OSCAR lets the caller choose where the "new" indeterminates appear in the list of indets of the bigg... John Abbott
20:46 Feature #1667: GBasis over ZZ: port to CoCoALib
The CoCoA-5 version is in @*prototype-GBZZ.cpkg5@*.
I tried just one test, and the CoCoA-5 code was noticeably faste...
John Abbott

02 May 2024

19:58 Feature #1815: JSON and UUID
Another point to bear in mind is the licence of any library.
We already use BOOST in CoCoA-5, but I'm not sure wheth...
John Abbott
19:46 Feature #1815: JSON and UUID
I note the following link(s):
* *@https://www.boost.org/doc/libs/1_85_0/libs/json/doc/html/json/comparison.html@*
*...
John Abbott
19:41 Feature #1815: JSON and UUID
We should also decide which goals we have.
I'm expecting in Berlin to spend much of the time discussing and planni...
John Abbott
19:29 Feature #1815 (In Progress): JSON and UUID
Antony in Berlin says that they use *@rapidJSON@*; I did not enquire about UUIDs -- we can use an interim, makeshift ... John Abbott
19:20 Feature #1815 (In Progress): JSON and UUID
Investigate including a library for serializing and deserializing JSON encodings.
This includes having the ability t...
John Abbott
 

Also available in: Atom