Commit d01ebe56 authored by Sergey Bobrov's avatar Sergey Bobrov

Граф с циклом

parent d151f725
......@@ -5,6 +5,7 @@ digraph CYCLIC {
MORPH_LOOP [predicate=CHECK, function=INC]
MORPH_EXIT [function=INC]
// Топология с циклом
__BEGIN__ -> LOOP [edge_index=0]
LOOP -> LOOP [morphism=MORPH_LOOP, edge_index=1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment