Skip to content

Sandpile experiments over various hypergraphs that can be represented as grids

License

Notifications You must be signed in to change notification settings

sraaphorst/hypergraph-sandpiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypergraph Sandpiles

This is an experimental project in my process of learning C# to implement a project that experiments with sandpiles over various families of hypergraphs that can be represented by grids.

Of particular interest, I would like to explore:

  • Sandpiles over toroidal hypergraphs with various kinds of hyperedges.
  • Sandpiles over chess boards: given a chess piece, P (e.g. knight), the neighbourhood would comprise all the possible positions to which P could move. (This would lose any abelian property unless moves are bidirectional). This could be done over a torus or on a grid, and the sink in a torus could be included in each hyperedge, or, if on a grid, in the natural way.
  • Sandpiles over combinatorial structures.
    • Block designs possibly including Steiner systems, if we can derive a sane toppling rule that does not amount to firing to every adjacent vertex.
    • Latin squares, where each vertex is in three hyperedges, namely the row to which it belongs, the column to which it belongs, and the squares with the same symbol.
    • Sudoku boards, where the neighbourhood of each vertex would be as in the latin square case, but also include the 3x3 subgrid a vertex appears in. (Care to not fire twice to the same vertex would be a consideration).

I will begin by implementing first the basic framework of the hypergraphs, some of the hypergraphs above, and the sandpile logic, and then proceed to the logic mapping hypergraphs to grids and the display logic using Avalonia.UI.

Releases

No releases published

Packages

No packages published

Languages