jeanbellynck / Cayley-Graph-Generator

Graphicayley (formerly Cayley Graph Generator) is an Unity Application to convert group presentations into pretty Cayley Graphs.
https://jeanbellynck.github.io/graphicayley.html
MIT License
1 stars 0 forks source link

Generate along the subgroup #113

Open p4jo opened 3 months ago

p4jo commented 3 months ago

It might be useful to focus Generation at elements close to the chosen subgroup. This might mean not showing elements of medium distance to the subgroup and not generating them for long distances. This idea comes from Prof. Hensel for the purpose of visualizing distorted subgroups

p4jo commented 2 weeks ago

this is implemented by ordering the border vertices at which we generate the next vertices by an evaluation function depending on the distance to the subgroup (but with a rather simplistic evaluation - I spent much too much time on finding a good evaluation function)