#6309: [with patch, needs work] miscellaneous additions to simplicial complex
class; clique complex method for graphs
--------------------------------+-------------------------------------------
Reporter: bantieau | Owner: bantieau
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.0.3
Component: algebraic topology | Keywords:
Reviewer: | Author:
Merged: |
--------------------------------+-------------------------------------------
Comment(by bantieau):
It does not (shouldn't) rely on 6099. It applied cleanly for me to
4.0.2.rc1 once I created the second patch.
I agree with merging remove_facet() with remove_face(). And, I will try to
make things robust with the maximality_check=False.
As for is_connected(), consider the following behavior:
{{{
sage: T = SimplicialComplex(5,[[1,2,3],[4]])
sage: T.graph().is_connected()
True
sage: T.is_connected()
False
}}}
Which should be correct?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6309#comment:3>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---