Changes between Initial Version and Version 1 of Ticket #26274
- Timestamp:
- Sep 13, 2018, 12:45:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26274
- Property Cc jmantysalo chapoton tscrim added
-
Property
Commit
changed from
to
fb629490cfbe8fc36379cc7f4ba129ee37137a32
-
Property
Branch
changed from
to
public/26274_avoid_comparison_of_vertices
-
Ticket #26274 – Description
initial v1 1 1 Avoid comparison of vertex labels in `graph_coloring.py`. 2 3 Comparison of vertex labels is often used in linear programs to avoid having one variable for `u,v` and another for `v,u`. Most of the time, we can simply use a frozenset.