Opened 10 years ago

Closed 10 years ago

#492 closed bug (fixed)

bug in intersect in integer rings

Reported by: anonymous Owned by: somebody
Priority: minor Milestone: 3-2-0 and higher
Component: dontKnow Version: 3-1-5
Keywords: Cc:

Description

ring R=integer,(x,y),(c,lp); module M=[0,2],[0,y],[0,x],[4],[y,-1],[x]; module N=[0,7],[0,y2],[0,x],[1]; intersect(M,N);

_[1]=[4] _[2]=[y2] _[3]=[x] _[4]=[-xy,x] _[5]=[-y3,y2] _[6]=[-y,7]

[0,14] should be in intersect(M,N) but is not

Change History (1)

comment:1 Changed 10 years ago by hannes

Resolution: fixed
Status: newclosed

is already fixed in 3-1-6

Note: See TracTickets for help on using tickets.