Closed ariasanovsky closed 1 year ago
Several of the counterexamples from the Wagner paper were trees-like, or led to tree counterexample constructions. It's possible that the cross entropy method from the paper is more adept at searching for sparse graphs.
To support sparse (tree) constructions:
impl ShortForm
g6
s6
python
impl State
Tree<N>
Several of the counterexamples from the Wagner paper were trees-like, or led to tree counterexample constructions. It's possible that the cross entropy method from the paper is more adept at searching for sparse graphs.
To support sparse (tree) constructions:
impl ShortForm
either tog6
,s6
, or Pruefer code with an analogous deserialization inpython
impl State
forTree<N>