Project

General

Profile

Bug #1420

Updated by John Abbott about 4 years ago

I compiled CoCoALib (and CoCoA-5) with debugging active. The last test in @exbug.cocoa5@ fails
<pre>
use P ::= QQ[x,y,z];
K := IdealOfProjectivePoints(P,mat([[0,1,1],[0,0,1]]));
MinGens(K);
</pre>

The problem is a failed assertion:
<pre>
==== CoCoA Assertion failed: [[myGBasisValue.empty()]]
==== File: SparsePolyOps-ideal.C
==== Line: 737
</pre>

Back