Re: [fricas-devel] generalization of Groebner

2017-02-17 Thread Ralf Hemmecke
On 02/17/2017 02:03 AM, Waldek Hebisch wrote: > Ralf Hemmecke wrote: >> >> Now, in this patch >> >> diff --git a/src/algebra/gbintern.spad b/src/algebra/gbintern.spad >> index 0446c47..06bba81 100644 >> --- a/src/algebra/gbintern.spad >> +++ b/src/algebra/gbintern.spad >> @@ -3,11 +3,11 @@ >> ++

Re: [fricas-devel] generalization of Groebner

2017-02-16 Thread Waldek Hebisch
Ralf Hemmecke wrote: > > Now, in this patch > > diff --git a/src/algebra/gbintern.spad b/src/algebra/gbintern.spad > index 0446c47..06bba81 100644 > --- a/src/algebra/gbintern.spad > +++ b/src/algebra/gbintern.spad > @@ -3,11 +3,11 @@ > ++ Keywords: > ++ Description > ++ This package provides

Re: [fricas-devel] generalization of Groebner

2017-02-15 Thread Waldek Hebisch
> > On 02/15/2017 03:35 AM, Waldek Hebisch wrote: > >> I basically remove VarSet and thus the (assumed) structure of > >> Expon. > > > > To be more precise: the test should work as before if there is > > 'totalDegree' function. All you do is to allow more domains, some of > > them may miss

Re: [fricas-devel] generalization of Groebner

2017-02-15 Thread Ralf Hemmecke
On 02/15/2017 05:21 AM, Waldek Hebisch wrote: > The problem have little to do with git versus svn. The main point > is that release identify itself by number. So we need to set this > identification in separate commit which leads to branching. > Otherwise we could do release as snapshot of

Re: [fricas-devel] generalization of Groebner

2017-02-14 Thread Ralf Hemmecke
On 02/15/2017 03:35 AM, Waldek Hebisch wrote: >> I basically remove VarSet and thus the (assumed) structure of >> Expon. > > To be more precise: the test should work as before if there is > 'totalDegree' function. All you do is to allow more domains, some of > them may miss 'totalDegree'. In

Re: [fricas-devel] generalization of Groebner

2017-02-14 Thread Waldek Hebisch
Ralf Hemmecke wrote: > > On 02/14/2017 06:45 PM, Waldek Hebisch wrote: > > Delay and adding code now is just incovenience and a little work to > > redo. > > OK. For me it is not totally important to get it in now, since I can > compile my FriCAS myself. In other words, don't let me delay a new >

Re: [fricas-devel] generalization of Groebner

2017-02-14 Thread Waldek Hebisch
Ralf Hemmecke wrote: > > On 02/14/2017 06:45 PM, Waldek Hebisch wrote: > >> We even had a discussion already, but I only might have some time > >> tonight to clean up the patches and think again of why I wanted > >> totalDegree in the way I have it in the patch. > >> > >>

Re: [fricas-devel] generalization of Groebner

2017-02-14 Thread Ralf Hemmecke
On 02/14/2017 06:45 PM, Waldek Hebisch wrote: > Delay and adding code now is just incovenience and a little work to > redo. OK. For me it is not totally important to get it in now, since I can compile my FriCAS myself. In other words, don't let me delay a new release. There would anyway be a few

Re: [fricas-devel] generalization of Groebner

2017-02-14 Thread Ralf Hemmecke
On 02/14/2017 06:45 PM, Waldek Hebisch wrote: >> We even had a discussion already, but I only might have some time >> tonight to clean up the patches and think again of why I wanted >> totalDegree in the way I have it in the patch. >> >>

Re: [fricas-devel] generalization of Groebner

2017-02-14 Thread Waldek Hebisch
Ralf Hemmecke wrote: > > Hi Waldek, > > Oh, I just see that my Groebner generalization is not yet merged. > > https://github.com/hemmecke/fricas/commits/poly > > We even had a discussion already, but I only might have some time > tonight to clean up the patches and think again of why I wanted

[fricas-devel] generalization of Groebner

2017-02-14 Thread Ralf Hemmecke
Hi Waldek, Oh, I just see that my Groebner generalization is not yet merged. https://github.com/hemmecke/fricas/commits/poly We even had a discussion already, but I only might have some time tonight to clean up the patches and think again of why I wanted totalDegree in the way I have it in the