2021 Combo Div 1 P8
Source:
March 2, 2021
combinatorics
Problem Statement
An augmentation on a graph is defined as doing the following: - Take some set of vertices in , and duplicate each vertex to create a new vertex . - If there's an edge between a pair of vertices , create an edge between vertices and . If there's an edge between a pair of vertices , , you can choose to create an edge between and but do not have to. A graph is called reachable from if it can be created through some sequence of augmentations on . Some graph has vertices and satisfies that both and the complement of are reachable from a complete graph of vertices. If the maximum and minimum values of are and , find .Proposed by Oliver Hayman