In edu.uci.ics.jung.algorithms.generators.Lattice2DGenerator:
Lattice2DGenerator always generates toroidal lattices - regardless of the isToroidal parameter passed to the constructor.
The graph generating code is wrong around lines 103-105
Sorry, I miscalculated it, it is not toroidal, but anyway it generates the same graph regardless of the isToroidal parameter.
Log in to post a comment.
Sorry, I miscalculated it, it is not toroidal, but anyway it generates the same graph regardless of the isToroidal parameter.