Changes between Version 1 and Version 20 of Ticket #7634
- Timestamp:
- Sep 6, 2015, 5:26:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7634
-
Property
Status
changed from
new
toclosed
- Property Cc jason added
-
Property
Summary
changed from
switch default Sage graphs over to c_graph
toswitch default Sage graphs over to c_graph, and split up graph.py and graph_generators.py
-
Property
Reviewers
changed from
to
Nathann Cohen
-
Property
Resolution
changed from
to
fixed
-
Property
Merged in
changed from
to
sage-4.3.1.alpha2
-
Property
Status
changed from
-
Ticket #7634 – Description
v1 v20 8 8 {{{ 9 9 sage -t "devel/sage-main/sage/graphs/graph.py" 10 10 [113.1 s] 11 11 }}} 12 12 AFTER: 13 13 {{{ 14 14 sage -t "devel/sage-main/sage/graphs/graph.py" 15 15 [78.5 s] 16 16 }}}