On Saturday, 12 December 2015 06:08:29 UTC, Jori Mäntysalo wrote:
>
> Can someone confirm this? With bliss installed 
>
> points = [(1,0,0), (0,1,0), (0,0,1), (0,0,0), (1,1,0), (1,0,1), (0,1,1), 
> (1,1,1)] 
> p = LatticePolytope(points) 
> p.face_lattice().canonical_label() 
>
> works for me on Sage 6.10.rc0 with bliss installed:

sage: points = [(1,0,0), (0,1,0), (0,0,1), (0,0,0), (1,1,0), (1,0,1), 
(0,1,1), (1,1,1)]
sage: p = LatticePolytope(points)
sage: p.face_lattice().canonical_label() 
Finite poset containing 28 elements with distinguished linear extension

this is on Ubuntu 14.04, x86_64; I don't know how to tell whether is uses 
system-wide GMP or Sage's MPIR.

 

> python: graph.cc:3876: virtual bool 
> bliss::Digraph::nucr_find_first_component(unsigned int, 
> std::vector<unsigned int>&, unsigned int&, 
> bliss::Partition::Cell*&): Assertion `sh_return' failed. 
> ------------------------------------------------------------------------ 
> /tmp2/sage-6.9/local/lib/python2.7/site-packages/sage/ext/interrupt/interrupt.so(+0x3d45)[0x7fea4f830d45]
>  
>
>   . . . 
>
> -- 
> Jori Mäntysalo 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to