Discrete notes    About    Archive

February notes

Notes for February 2019.



Minorities in network

I attended a talk about minorities in network, by Claudia Wagner at the Complex network seminar of Sorbonnes University. There was a lot of content, here are a few things I noted.

Multi-stage optimization

For dynamic algorithms, one is usually concerned with having a good solution at any time, but these solutions do not need to be related. Multi-stage optimization, introduced in this paper, considers the cases where one should not change the solution too much between the two steps. In other words, in this framework one maximizes the quality of the solution, while minimizing the churn.

[I stumble on the notion in this preprint.]

1-2-3 Conjecture

Another edition of the Complex Network seminar by Mohammed Senhaji (that I couldn’t attend) was about the 1-2-3 conjecture, which is the following.

In any graph, one can label the edges with label 1, 2, or 3, such that, when each node computes the sum of the labels of its adjacent labels, not two neighbours have the same sum.

A survey about the conjecture is here.

Lovász’s new book

László Lovász wrote a new book: Graphs and geometry.

Vandermonde identity

Vandermonde’s identity is the following:

\[\binom{m+n}{r} = \sum_{k=0}^{r}\binom{m}{k} \binom{n}{r-k}.\]

I thought it was only a bachelor exercise, until it naturally popped up in the calculation in a recent paper.