Import graph

Loads a graph from a textfield. There are the following possible formats:
  • adjacency matrix:
  • Input: Adjacency matrix of a graph
  • adjacency matrix + embedding:
  • Input: Adjacency matrix of a graph together with the coordinates of its vertices. You can obtain this format with: Add-Parameters→encodings→adjacency matrix + embedding
  • graph6 format:
  • Input: graph6 format encoding of a graph.