Live data from Hacker News

Viewing profile — graphcolorer

graphcolorer

HN member
Joined
Sun, Aug 29, 2021, 4:49 PM UTC
HN karma
6
Public activity
9 items

About graphcolorer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48956806

    Interestingly, the paper says that the glyph to phoneme conversion is lossy for Hindi (Devanagari) script due to schwa deletion, so one of the key innovations here is that the Sans…

  2. comment
    Comment #47135652

    I like this part very much: More than three years after this episode took place, Terence, still a little boy, happily played hide and seek with his two younger brothers when the Ta…

  3. comment
    Comment #43530613

    An important character in the great Hindu epic, the Mahabharata, likely had this condition. She was the great-grandmother of the Pandavas and Kauravas and her name was Satyavati. S…

  4. comment
    Comment #35337862

    [flagged]

  5. comment
    Comment #28351158

    No, though nodes can be deleted -- at a cost equal to the total cost of all the edges that contain it.

  6. comment
    Comment #28349796

    That's what I'm doing now, but the results aren't great. If there's a way to estimate a lower bound on the number of edges to remove, I can figure out if the results aren't great b…

  7. comment
    Comment #28349763

    Can take as long as needed as it only needs to be colored one time. About 10,000 nodes, reasonably dense (about half the nodes will have 1,000+ edges).

  8. comment
    Comment #28349747

    One time.

  9. comment
    Comment #28348287

    I have a graph with weighted edges. I want to remove edges to make the graph colorable with N colors (e.g. N=40) such that the total weight of removed edges is minimized. If I'm ab…