INFO

Vrcholy Arky Binary Antimagic Super Strict
{{ graph.get_properties.vertex }} {{ graph.get_properties.arc }} {{ graph.binary }} {% if graph.antimagic %}{{ graph.antimagic }}{% else %}---{% endif %} {% if graph.strong %}{{ graph.strong }}{% else %}---{% endif %}

{% for arc in arcs %} {% if forloop.last and type_name == "cyklus" %} {% if arc.vertex_out.id > arc.vertex_in.id %} ({{ arc.vertex_out.label }})--{{ arc.label }}-->({{ arc.vertex_in.label }}) {% else %} ({{ arc.vertex_in.label }})<--{{ arc.label }}--({{ arc.vertex_out.label }}) {% endif %} {% elif forloop.last and type_name == "cesta" %} {% if arc.vertex_out.id > arc.vertex_in.id %} ({{ arc.vertex_out.label }})--{{ arc.label }}-->({{ arc.vertex_in.label }}) {% else %} ({{ arc.vertex_in.label }})<--{{ arc.label }}--({{ arc.vertex_out.label }}) {% endif %} {% else %} {% if arc.vertex_out.id > arc.vertex_in.id %} ({{ arc.vertex_in.label }})<--{{ arc.label }}-- {% else %} ({{ arc.vertex_out.label }})--{{ arc.label }}--> {% endif %} {% endif %} {% endfor %}
{% for vertex in vertices %} {{ vertex.get_properties.in_weight }} -------- {% endfor %}
{% for vertex in vertices %} {{ vertex.get_properties.out_weight }} -------- {% endfor %}

Arky

{% for arc in arcs %} {% endfor %}
OUT IN Váha
{{ arc.vertex_out.label }} {{ arc.vertex_in.label }} {{ arc.label }}

Váhy

{% for vertex in vertices %} {% endfor %}
Váha index m_d OUT IN
{{ vertex.label }} {{ vertex.index }} {{ vertex.get_properties.max_degree }} {{ vertex.get_properties.out_weight }} {{ vertex.get_properties.in_weight }}