Closed flippenc closed 3 years ago
I'm thinking of adding it to Properties, what do you think?
Fine with me to add it. is_2_bootstrap_good(G) and is_3_bootstrap_good(G) are efficiently computable properties; is_k_bootstrap_good and k_percolate are helper functions.
In fact, is_k_bootstrap_good(G,k) is an infinite family of efficiently computable properties. (each is polynomial, but unbounded overall). Do we have a list of "parameterized properties" or something? Is there a word for those, which I am forgetting?
I'm not sure if there is a parameterized properties list, probably something to check on. Will add them to efficiently computable properties in the meanwhile. Will create issue about it.
Bootstrap number is defined in: https://arxiv.org/pdf/1703.10741.pdf and models the spread of an 'infection' throughout a graph